DefaultCachingEventLogger 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. |
The instrumentation gateway when no instances of the objects from the block are involved.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)
Syntax
'Declaration
<EventLogDefinitionAttribute("Application", "Enterprise Library Caching")> _
<CustomFactoryAttribute(GetType(DefaultCachingEventLoggerCustomFactory))> _
PublicClassDefaultCachingEventLogger _
Inherits InstrumentationListener
[EventLogDefinitionAttribute("Application", "Enterprise Library Caching")]
[CustomFactoryAttribute(typeof(DefaultCachingEventLoggerCustomFactory))]
publicclassDefaultCachingEventLogger : InstrumentationListener
[EventLogDefinitionAttribute(L"Application", L"Enterprise Library Caching")]
[CustomFactoryAttribute(typeof(DefaultCachingEventLoggerCustomFactory))]
publicref classDefaultCachingEventLogger : public InstrumentationListener
publicclass DefaultCachingEventLogger extends InstrumentationListener
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationListener
Microsoft.Practices.EnterpriseLibrary.Caching.Instrumentation.DefaultCachingEventLogger
See Also
DefaultCachingEventLogger Members
Microsoft.Practices.EnterpriseLibrary.Caching.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. |