TracerInstrumentationProvider Class

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

Syntax

'Declaration
<HasInstallableResourcesAttribute> _
<PerformanceCountersDefinitionAttribute("Enterprise Library Logging Counters", "LoggingCountersHelpResource")> _
Public Class TracerInstrumentationProvider _
    Inherits InstrumentationListener _
    Implements ITracerInstrumentationProvider
[HasInstallableResourcesAttribute]
[PerformanceCountersDefinitionAttribute("Enterprise Library Logging Counters", "LoggingCountersHelpResource")]
public class TracerInstrumentationProvider : InstrumentationListener, 
    ITracerInstrumentationProvider
[HasInstallableResourcesAttribute]
[PerformanceCountersDefinitionAttribute(L"Enterprise Library Logging Counters", L"LoggingCountersHelpResource")]
public ref class TracerInstrumentationProvider : public InstrumentationListener, 
    ITracerInstrumentationProvider
public class TracerInstrumentationProvider extends InstrumentationListener implements ITracerInstrumentationProvider

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationListener
    Microsoft.Practices.EnterpriseLibrary.Logging.Instrumentation.TracerInstrumentationProvider

See Also

TracerInstrumentationProvider Members

Microsoft.Practices.EnterpriseLibrary.Logging.Instrumentation Namespace