Logger Methods
.NET Framework 4.5
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FormatErrorEvent | Generates an error message that is in the default format, from a BuildErrorEventArgs object. |
|
FormatWarningEvent | Generates a warning message that is in the default format, from a BuildWarningEventArgs object. |
|
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 | When overridden in a derived class, subscribes the logger to specific events. |
|
IsVerbosityAtLeast | Determines whether the current Verbosity setting is at least the value that is passed in. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Shutdown | When overridden in a derived class, releases the resources allocated to the logger at the time of initialization or during the build. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |