BinaryLogger.Initialize(IEventSource) Method
Definition
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 logger by subscribing to events of the specified event source and embedded content source.
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 events available to loggers.