INodeLogger Methods
.NET Framework 4.5
The INodeLogger type exposes the following members.
| Name | Description | |
|---|---|---|
|
Initialize(IEventSource) | Subscribes loggers to specific events. This method is called when the logger is registered with the build engine, before any events are raised. (Inherited from ILogger.) |
|
Initialize(IEventSource, Int32) | Initializes the logger. |
|
Shutdown | Releases the resources allocated to the logger at the time of initialization or during the build. This method is called when the logger is unregistered from the engine, after all events are raised. A host of MSBuild typically unregisters loggers immediately before quitting. (Inherited from ILogger.) |