This namespace contains the implementations to plug EntLib 3.1 into Common.Logging.
For an example on how to configure
Class | Description |
---|---|
CommonLoggingEntlibTraceListener | Use this TraceListener implementation to route all Entlib logging events to the Common.Logging infrastructure. |
CommonLoggingEntlibTraceListenerAssembler | This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build a CommonLoggingEntlibTraceListener described by a CommonLoggingEntlibTraceListenerData configuration object. |
CommonLoggingEntlibTraceListenerData | Represents the configuration settings that describe a CommonLoggingEntlibTraceListener. |
EntLibLogger | Concrete implementation of ILog interface specific to Enterprise Logging 3.1. |
EntLibLoggerFactoryAdapter | Adapts the EnterpriseLibrary 3.1 logging system to Common.Logging. |
EntLibLoggerSettings | Holds configuration settings for EntLibLoggers. |
SeverityFilter | Filters LogEntrys by severity (see TraceEventType). |