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

Base for custom factories used to create default event loggers specific to individual blocks. These default event loggers are used when events need to be logged from static classes and methods that cannot participate in the normal instrumentation attachment process.

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

Syntax

'Declaration
PublicMustInheritClassDefaultEventLoggerCustomFactoryBase _
    Implements ICustomFactory
publicabstractclassDefaultEventLoggerCustomFactoryBase : ICustomFactory
publicref classDefaultEventLoggerCustomFactoryBaseabstract : ICustomFactory
publicabstractclass DefaultEventLoggerCustomFactoryBase implements ICustomFactory

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.DefaultEventLoggerCustomFactoryBase
    Microsoft.Practices.EnterpriseLibrary.Caching.Instrumentation.DefaultCachingEventLoggerCustomFactory
    Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLoggerCustomFactory
    Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Instrumentation.DefaultExceptionHandlingEventLoggerCustomFactory
    Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Instrumentation.DefaultCryptographyEventLoggerCustomFactory
    Microsoft.Practices.EnterpriseLibrary.Security.Instrumentation.DefaultSecurityEventLoggerCustomFactory

See Also

DefaultEventLoggerCustomFactoryBase Members

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