This topic has not yet been rated - Rate this topic

INodeLogger Methods

The INodeLogger type exposes the following members.

  Name Description
Public method 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.)
Public method Initialize(IEventSource, Int32) Initializes the logger.
Public method 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.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.