This documentation is archived and is not being maintained.
INodeLogger Interface
Visual Studio 2010
Defines a "parallel aware logger" in the build system.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
