.NET Framework Class Library
Logger Members

When overridden in a derived form, provides functionality for loggers that handle events raised by the MSBuild engine.

The Logger type exposes the following members.

Constructors

  NameDescription
Protected methodLoggerInitializes a new instance of the Logger class.
Top
Methods

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodFormatErrorEventGenerates an error message that is in the default format, from a BuildErrorEventArgs object.
Public methodFormatWarningEventGenerates a warning message that is in the default format, from a BuildWarningEventArgs object.
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInitializeWhen overridden in a derived class, subscribes the logger to specific events.
Public methodIsVerbosityAtLeastDetermines whether the current Verbosity setting is at least the value that is passed in.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodShutdownWhen overridden in a derived class, releases the resources allocated to the logger at the time of initialization or during the build.
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyParametersGets or sets the user-defined parameters of the logger.
Public propertyVerbosityGets or sets the level of detail to show in the event log.
Top
See Also

Reference

Tags :


Page view tracker