FormattedEventLogTraceListener Class

FormattedEventLogTraceListener is a TraceListener that wraps an FormattedEventLogTraceListener and uses a ILogFormatter to transform the data to trace.

Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class FormattedEventLogTraceListener : FormattedTraceListenerWrapperBase
'Declaration
Public Class FormattedEventLogTraceListener
    Inherits FormattedTraceListenerWrapperBase
public ref class FormattedEventLogTraceListener : public FormattedTraceListenerWrapperBase

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.Diagnostics.TraceListener
      Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedTraceListenerBase
        Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedTraceListenerWrapperBase
          Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedEventLogTraceListener

See Also

FormattedEventLogTraceListener Members

Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace