This assembly contains the adapter to the log4net 1.2.10 library
For an example on how to configure
| Assembly Reference | Description |
|---|---|
| Common.Logging | This assembly contains the core functionality of the Common.Logging framework. In particular, checkout LogManager and ILog for usage information. |
| log4net | |
| mscorlib | |
| System |
| Namespace | Description |
|---|---|
| Common.Logging.Log4Net |
This namespace contains the implementations to plug log4net 1.2.10 into Common.Logging. For an example on how to configure
|
| Class | Description |
|---|---|
| CommonLoggingAppender | Routes log events to Common.Logging infrastructure. |
| Log4NetLogger | Concrete implementation of ILog interface specific to log4net 1.2.10. |
| Log4NetLoggerFactoryAdapter | Concrete subclass of ILoggerFactoryAdapter specific to log4net 1.2.10. |
| Interface | Description |
|---|---|
| Log4NetLoggerFactoryAdapter.ILog4NetRuntime | Abstract interface to the underlying log4net runtime |