The BasicFileLogger type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BasicFileLogger |
Initializes a new instance of the BasicFileLogger class
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
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.) |
![]() |
FormatErrorEvent |
Generates an error message that is in the default format, from a BuildErrorEventArgs object. (Inherited from Logger.) |
![]() |
FormatWarningEvent |
Generates a warning message that is in the default format, from a BuildWarningEventArgs object. (Inherited from Logger.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize |
Initialize is guaranteed to be called by MSBuild at the start of the build
before any events are raised.
(Overrides Logger..::..Initialize(IEventSource).) |
![]() |
IsVerbosityAtLeast |
Determines whether the current Verbosity setting is at least the value that is passed in. (Inherited from Logger.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Shutdown |
Shutdown() is guaranteed to be called by MSBuild at the end of the build, after all
events have been raised.
(Overrides Logger..::..Shutdown()()()().) |
![]() |
ToString | (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() |
IsNullOrDBNull | (Defined by ObjectExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() |
Parameters |
Gets or sets the user-defined parameters of the logger. (Inherited from Logger.) |
![]() |
Verbosity |
Gets or sets the level of detail to show in the event log. (Inherited from Logger.) |