INodeLogger Interface
.NET Framework 4.5
Defines a "parallel aware logger" in the build system.
Namespace: Microsoft.Build.Framework
Assembly: Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
The INodeLogger type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Parameters | Gets or sets the user-defined parameters of the logger. (Inherited from ILogger.) |
![]() | Verbosity | Gets or sets the level of detail to show in the event log. (Inherited from ILogger.) |
| 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.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
