FormattedTraceListenerBase Class

Base class for TraceListeners that deal with formatters.

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

Syntax

'Declaration
Public MustInherit Class FormattedTraceListenerBase _
    Inherits TraceListener
public abstract class FormattedTraceListenerBase : TraceListener
public ref class FormattedTraceListenerBase abstract : public TraceListener
public abstract class FormattedTraceListenerBase extends TraceListener

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.Diagnostics.TraceListener
      Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedTraceListenerBase
        Microsoft.Practices.EnterpriseLibrary.Logging.Database.FormattedDatabaseTraceListener
        Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.EmailTraceListener
        Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedTraceListenerWrapperBase
        Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.MsmqTraceListener

See Also

FormattedTraceListenerBase Members

Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace