MuxLogger.Initialize Method

Definition

Initializes the MuxLogger instance.

Overloads

Initialize(IEventSource)

Initialize the logger.

Initialize(IEventSource, Int32)

Initialize the logger.

Initialize(IEventSource)

Initialize the logger.

public:
 virtual void Initialize(Microsoft::Build::Framework::IEventSource ^ eventSource);
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

Initialize(IEventSource, Int32)

Initialize the logger.

public:
 virtual void Initialize(Microsoft::Build::Framework::IEventSource ^ eventSource, int maxNodeCount);
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