Click or drag to resize

MemoryLoggerInitialize Method

Subscribes loggers to specific events. This method is called when the logger is registered with the build engine, before any events are raised.

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void Initialize(
	IEventSource eventSource
)

Parameters

eventSource
Type: Microsoft.Build.FrameworkIEventSource
The events available to loggers.

Implements

ILoggerInitialize(IEventSource)
See Also