ILogger Methods

Include Protected Members
Include Inherited Members

The ILogger type exposes the following members.

Methods

  Name Description
Public method Initialize Subscribes loggers to specific events. This method is called when the logger is registered with the build engine, before any events are raised.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
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.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Top

See Also

Reference

ILogger Interface

Microsoft.Build.Framework Namespace