C# Класс Lawo.Diagnostics.Tracing.LogListener

Log listener base class.
Наследование: System.Diagnostics.Tracing.EventListener
Показать файл Открыть проект

Защищенные методы

Метод Описание
LogListener ( EventLevel eventLevel ) : System.Diagnostics.Tracing

Initializes a new instance of the LogListener class.

OnEventSourceCreated ( System.Diagnostics.Tracing.EventSource eventSource ) : void

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.

Описание методов

LogListener() защищенный Метод

Initializes a new instance of the LogListener class.
protected LogListener ( EventLevel eventLevel ) : System.Diagnostics.Tracing
eventLevel EventLevel The event level.
Результат System.Diagnostics.Tracing

OnEventSourceCreated() защищенный Метод

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.
protected OnEventSourceCreated ( System.Diagnostics.Tracing.EventSource eventSource ) : void
eventSource System.Diagnostics.Tracing.EventSource The event source.
Результат void