This assembly contains the implementations to plug NLog 1.0.0.505 into Common.Logging.
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. |
| mscorlib | |
| NLog | |
| System |
| Namespace | Description |
|---|---|
| Common.Logging.NLog |
This namespace contains the implementations to plug NLog 1.0.0.505 into Common.Logging. For an example on how to configure
|
| Class | Description |
|---|---|
| CommonLoggingTarget | Routes all log events logged through NLog into the Common.Logging infrastructure. |
| NLogLogger | Concrete implementation of ILog interface specific to NLog 1.0.0.505. |
| NLogLoggerFactoryAdapter | Concrete subclass of ILoggerFactoryAdapter specific to NLog 1.0.0.505. |