DefaultLoggingEventLogger Class

The instrumentation gateway when no instances of the objects from the block are involved.

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

Syntax

'Declaration
<EventLogDefinitionAttribute("Application", "Enterprise Library Logging")> _
Public Class DefaultLoggingEventLogger _
    Inherits InstrumentationListener
[EventLogDefinitionAttribute("Application", "Enterprise Library Logging")]
public class DefaultLoggingEventLogger : InstrumentationListener
[EventLogDefinitionAttribute(L"Application", L"Enterprise Library Logging")]
public ref class DefaultLoggingEventLogger : public InstrumentationListener
public class DefaultLoggingEventLogger extends InstrumentationListener

Inheritance Hierarchy

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

See Also

DefaultLoggingEventLogger Members

Microsoft.Practices.EnterpriseLibrary.Logging.Instrumentation Namespace