FormattedTraceListenerWrapperBase Class

Base class for Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners that wrap other trace listeners and use a ILogFormatter to format the trace information.

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 abstract class FormattedTraceListenerWrapperBase : FormattedTraceListenerBase
'Declaration
Public MustInherit Class FormattedTraceListenerWrapperBase
    Inherits FormattedTraceListenerBase
public ref class FormattedTraceListenerWrapperBase abstract : public FormattedTraceListenerBase

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

FormattedTraceListenerWrapperBase Members

Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace