[This is preliminary documentation and subject to change.]
Primary types used by calling applications to generate log messages.
Class | Description |
---|---|
GlobalContext | The log4net Global Context. |
LogicalThreadContext | The log4net Logical Thread Context. |
LogManager | This class is used by client applications to request logger instances. |
MDC | Implementation of Mapped Diagnostic Contexts. |
NDC | Implementation of Nested Diagnostic Contexts. |
ThreadContext | The log4net Thread Context. |
Interface | Description |
---|---|
ILog | The ILog interface is use by application to log messages into the log4net framework. |