LogListener Class | ![]() |
Namespace: Lawo.Diagnostics.Tracing
public abstract class LogListener : EventListener
The LogListener type exposes the following members.
Name | Description | |
---|---|---|
![]() | LogListener | Initializes a new instance of the LogListener class. |
Name | Description | |
---|---|---|
![]() | DisableEvents | Disables all events for the specified event source. (Inherited from EventListener.) |
![]() | Dispose | Releases the resources used by the current instance of the EventListener class. (Inherited from EventListener.) |
![]() | EnableEvents(EventSource, EventLevel) | Enables events for the specified event source that has the specified verbosity level or lower. (Inherited from EventListener.) |
![]() | EnableEvents(EventSource, EventLevel, EventKeywords) | Enables events for the specified event source that has the specified verbosity level or lower, and matching keyword flags. (Inherited from EventListener.) |
![]() | EnableEvents(EventSource, EventLevel, EventKeywords, IDictionaryString, String) | Enables events for the specified event source that has the specified verbosity level or lower, matching event keyword flag, and matching arguments. (Inherited from EventListener.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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. (Overrides EventListenerOnEventSourceCreated(EventSource).) |
![]() | OnEventWritten | Called whenever an event has been written by an event source for which the event listener has enabled events. (Inherited from EventListener.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |