MuxLogger.Initialize Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the MuxLogger
instance.
Initialize(IEventSource) |
Initialize the logger. |
Initialize(IEventSource, Int32) |
Initialize the logger. |
- Source:
- MuxLogger.cs
Initialize the logger.
public:
virtual void Initialize(Microsoft::Build::Framework::IEventSource ^ eventSource);
C#
public void Initialize(Microsoft.Build.Framework.IEventSource eventSource);
abstract member Initialize : Microsoft.Build.Framework.IEventSource -> unit
override this.Initialize : Microsoft.Build.Framework.IEventSource -> unit
Public Sub Initialize (eventSource As IEventSource)
Parameters
- eventSource
- IEventSource
The event source.
Implements
Applies to
MSBuild 17 i druge verzije
Proizvod | Verzije |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |
- Source:
- MuxLogger.cs
Initialize the logger.
public:
virtual void Initialize(Microsoft::Build::Framework::IEventSource ^ eventSource, int maxNodeCount);
C#
public void Initialize(Microsoft.Build.Framework.IEventSource eventSource, int maxNodeCount);
abstract member Initialize : Microsoft.Build.Framework.IEventSource * int -> unit
override this.Initialize : Microsoft.Build.Framework.IEventSource * int -> unit
Public Sub Initialize (eventSource As IEventSource, maxNodeCount As Integer)
Parameters
- eventSource
- IEventSource
The event source.
- maxNodeCount
- Int32
The maximum number of nodes.
Implements
Applies to
MSBuild 17 i druge verzije
Proizvod | Verzije |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |