Click or drag to resize
LogListenerOnEventSourceCreated Method
Called for all existing event sources when the event listener is created and when a new event source is attached to the listener. Enables log sources to the appropriate event level.

Namespace: Lawo.Diagnostics.Tracing
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
protected override void OnEventSourceCreated(
	EventSource eventSource
)

Parameters

eventSource
Type: System.Diagnostics.TracingEventSource
The event source.
See Also