The BasicFileLogger type exposes the following members.

Constructors

  Name Description
Public method BasicFileLogger
Initializes a new instance of the BasicFileLogger class

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method FormatErrorEvent
Generates an error message that is in the default format, from a BuildErrorEventArgs object.
(Inherited from Logger.)
Public method FormatWarningEvent
Generates a warning message that is in the default format, from a BuildWarningEventArgs object.
(Inherited from Logger.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Initialize
Initialize is guaranteed to be called by MSBuild at the start of the build before any events are raised.
(Overrides Logger..::..Initialize(IEventSource).)
Public method IsVerbosityAtLeast
Determines whether the current Verbosity setting is at least the value that is passed in.
(Inherited from Logger.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Shutdown
Shutdown() is guaranteed to be called by MSBuild at the end of the build, after all events have been raised.
(Overrides Logger..::..Shutdown()()()().)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  Name Description
Public Extension Method IsNullOrDBNull
Inidicates whether the specified Object is null or DBNull.
(Defined by ObjectExtensions.)

Properties

  Name Description
Public property Parameters
Gets or sets the user-defined parameters of the logger.
(Inherited from Logger.)
Public property Verbosity
Gets or sets the level of detail to show in the event log.
(Inherited from Logger.)

See Also