SendToTraceListenerExtension Class

Base Class for extension points that configure Trace Listeners within Category Sources.

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

Syntax

'Declaration
Public MustInherit Class SendToTraceListenerExtension _
    Implements ILoggingConfigurationCategoryContd, ILoggingConfigurationContd, IFluentInterface
public abstract class SendToTraceListenerExtension : ILoggingConfigurationCategoryContd, 
    ILoggingConfigurationContd, IFluentInterface
public ref class SendToTraceListenerExtension abstract : ILoggingConfigurationCategoryContd, 
    ILoggingConfigurationContd, IFluentInterface
public abstract class SendToTraceListenerExtension implements ILoggingConfigurationCategoryContd, ILoggingConfigurationContd, IFluentInterface

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent.SendToTraceListenerExtension

See Also

SendToTraceListenerExtension Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace