LoggingInstrumentationListener 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 LoggingInstrumentationProvider object.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
Syntax
'Declaration
<PerformanceCountersDefinitionAttribute("Enterprise Library Logging Counters", "LoggingCountersHelpResource")> _
<HasInstallableResourcesAttribute> _
<EventLogDefinitionAttribute("Application", "Enterprise Library Logging")> _
PublicClassLoggingInstrumentationListener _
Inherits InstrumentationListener
[PerformanceCountersDefinitionAttribute("Enterprise Library Logging Counters", "LoggingCountersHelpResource")]
[HasInstallableResourcesAttribute]
[EventLogDefinitionAttribute("Application", "Enterprise Library Logging")]
publicclassLoggingInstrumentationListener : InstrumentationListener
[PerformanceCountersDefinitionAttribute(L"Enterprise Library Logging Counters", L"LoggingCountersHelpResource")]
[HasInstallableResourcesAttribute]
[EventLogDefinitionAttribute(L"Application", L"Enterprise Library Logging")]
publicref classLoggingInstrumentationListener : public InstrumentationListener
publicclass LoggingInstrumentationListener extends InstrumentationListener
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationListener
Microsoft.Practices.EnterpriseLibrary.Logging.Instrumentation.LoggingInstrumentationListener
See Also
LoggingInstrumentationListener 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. |