TraceListenerAsssembler Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Base class to represent the process to build a TraceListener described by a TraceListenerData subclass configuration object.

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

Syntax

'Declaration
PublicMustInheritClassTraceListenerAsssembler _
    Implements IAssembler(Of TraceListener, TraceListenerData)
publicabstractclassTraceListenerAsssembler : IAssembler<TraceListener, TraceListenerData>
publicref classTraceListenerAsssemblerabstract : IAssembler<TraceListener^, TraceListenerData^>
publicabstractclass TraceListenerAsssembler implements IAssembler<TraceListener, TraceListenerData>

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.TraceListenerAsssembler
    Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.EmailTraceListenerAssembler
    Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FlatFileTraceListenerAssembler
    Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FormattedEventLogTraceListenerAssembler
    Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.MsmqTraceListenerAssembler
    Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.RollingTraceListenerAssembler
    Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.SystemDiagnosticsTraceListenerAssembler
    Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.WmiTraceListenerAssembler
    Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.XmlTraceListenerAssembler
    Microsoft.Practices.EnterpriseLibrary.Logging.Database.Configuration.FormattedDatabaseTraceListenerAssembler

See Also

TraceListenerAsssembler Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.