Share via


TracerInstrumentationListener 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.

Provides the concrete instrumentation for the logical events raised by a Tracer object.

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")> _
<CustomFactoryAttribute(GetType(TracerInstrumentationListenerCustomFactory))> _
PublicClassTracerInstrumentationListener _
    Inherits InstrumentationListener
[HasInstallableResourcesAttribute]
[PerformanceCountersDefinitionAttribute("Enterprise Library Logging Counters", "LoggingCountersHelpResource")]
[CustomFactoryAttribute(typeof(TracerInstrumentationListenerCustomFactory))]
publicclassTracerInstrumentationListener : InstrumentationListener
[HasInstallableResourcesAttribute]
[PerformanceCountersDefinitionAttribute(L"Enterprise Library Logging Counters", L"LoggingCountersHelpResource")]
[CustomFactoryAttribute(typeof(TracerInstrumentationListenerCustomFactory))]
publicref classTracerInstrumentationListener : public InstrumentationListener
publicclass TracerInstrumentationListener extends InstrumentationListener

Inheritance Hierarchy

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

See Also

TracerInstrumentationListener Members

Microsoft.Practices.EnterpriseLibrary.Logging.Instrumentation 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.