Share via


ConsoleSink Class

Applies to: Semantic Logging 2.0

A sink that writes to the Console.

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

Syntax

public class ConsoleSink : IObserver<EventEntry>
'Declaration
Public Class ConsoleSink
    Implements IObserver(Of EventEntry)

Remarks

This class is thread-safe.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.ConsoleSink

See Also

ConsoleSink Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks Namespace