Click or drag to resize
ConsoleLogListener Class
Console event listener listens to log events and writes them to the console in debug mode.
Inheritance Hierarchy

Namespace: Lawo.Diagnostics.Tracing
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class ConsoleLogListener : LogListener

The ConsoleLogListener type exposes the following members.

Methods
  NameDescription
Public methodDisableEvents
Disables all events for the specified event source.
(Inherited from EventListener.)
Public methodDispose
Releases the resources used by the current instance of the EventListener class.
(Inherited from EventListener.)
Public methodEnableEvents(EventSource, EventLevel)
Enables events for the specified event source that has the specified verbosity level or lower.
(Inherited from EventListener.)
Public methodEnableEvents(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.)
Public methodEnableEvents(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.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitialize
Initializes the ConsoleLogListener.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also