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
)
Public Sub Initialize (
eventSource As IEventSource
)
public:
virtual void Initialize(
IEventSource^ eventSource
) sealed
abstract Initialize :
eventSource : IEventSource -> unit
override Initialize :
eventSource : IEventSource -> unit
Parameters
- eventSource
- Type: Microsoft.Build.FrameworkIEventSource
The events available to loggers.
Implements
ILoggerInitialize(IEventSource)See Also