ObservableEventListener Members
Include Protected Members
Include Inherited Members
Applies to: Semantic Logging 2.0
The ObservableEventListener type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ObservableEventListener |
Initializes a new instance of the ObservableEventListener class
|
Methods
Name | Description | |
---|---|---|
DisableEvents(EventSource) |
Disables all events for the specified event source.
(Inherited from EventListener.) |
|
DisableEvents(String) |
Disables all events for the specified event source.
|
|
Dispose |
Releases all resources used by the current instance and unsubscribes all the observers.
(Overrides EventListener.Dispose().) |
|
EnableEvents(EventSource, EventLevel) |
Enables events for the specified event source that has the specified verbosity level or lower.
(Inherited from EventListener.) |
|
EnableEvents(String, EventLevel) |
Enables events for the event source with the specified name that have the specified verbosity level or lower.
|
|
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(String, EventLevel, EventKeywords) |
Enables events for the specified event source that has the specified verbosity level or lower, and matching keyword flags.
|
|
EnableEvents(EventSource, EventLevel, EventKeywords, IDictionary<String, 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.) |
|
EnableEvents(String, EventLevel, EventKeywords, IDictionary<String, String>) |
Enables events for the specified event source that has the specified verbosity level or lower, and matching keyword flags.
|
|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
Subscribe |
Notifies the provider that an observer is to receive notifications.
|
|
ToString |
Returns a string that represents the current object.
(Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
LogToConsole |
Subscribes to an IObservable<T> using a ConsoleSink.
(Defined by ConsoleLog.) |
|
LogToFlatFile |
Subscribes to an IObservable<T> using a FlatFileSink.
(Defined by FlatFileLog.) |
|
LogToRollingFlatFile |
Subscribes to an IObservable<T> using a RollingFlatFileSink.
(Defined by RollingFlatFileLog.) |
|
LogToSqlDatabase |
Subscribes to an IObservable<T> using a SqlDatabaseSink.
(Defined by SqlDatabaseLog.) |
|
LogToWindowsAzureTable |
Subscribes to an IObservable<T> using a WindowsAzureTableSink.
(Defined by WindowsAzureTableLog.) |
|
SubscribeWithConversion |
Subscribes an IObserver<T> sink by doing a straight projection of a sequence of EventEntry and converting it to a CloudEventEntry entity.
(Defined by CloudEventEntryExtensions.) |
|
SubscribeWithFormatter |
Subscribes an IObserver<T> sink by doing a straight projection of a sequence of EventEntry and applying a format using a IEventTextFormatter instance to convert it to a String message.
(Defined by EventEntryExtensions.) |
|
SubscribeWithFormatterAndColor |
Subscribes a sink by doing a straight projection of a sequence of EventEntry and applying a format using a IEventTextFormatter and a IConsoleColorMapper instances to convert it to a sequence of entries for that sink.
(Defined by EventEntryExtensions.) |
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging Namespace