ObservableEventListener Class

Applies to: Semantic Logging 2.0

An EventListener that can be observed.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1

Syntax

public sealed class ObservableEventListener : EventListener, 
    IObservable<EventEntry>
'Declaration
Public NotInheritable Class ObservableEventListener
    Inherits EventListener
    Implements IObservable(Of EventEntry)

Remarks

This class is thread-safe.

Inheritance Hierarchy

System.Object
  System.Diagnostics.Tracing.EventListener
    Microsoft.Practices.EnterpriseLibrary.SemanticLogging.ObservableEventListener

See Also

ObservableEventListener Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging Namespace