ILogger.Initialize(IEventSource) Method

Definition

Called by the build engine to allow loggers to subscribe to the events they desire.

public:
 void Initialize(Microsoft::Build::Framework::IEventSource ^ eventSource);
public void Initialize (Microsoft.Build.Framework.IEventSource eventSource);
abstract member Initialize : Microsoft.Build.Framework.IEventSource -> unit
Public Sub Initialize (eventSource As IEventSource)

Parameters

eventSource
IEventSource

The events available to loggers.

Applies to