|
Class Summary |
| DynamicLogger |
An extension of the JBoss Logger that adds a log()
primitive that maps to a dynamically defined log level. |
| Logger |
Logger wrapper that tries to dynamically load a log4j class to
determine if log4j is available in the VM. |
| MDC |
A "Map Diagnostic Context" abstraction. |
| NDC |
A "Nested Diagnostic Context" abstraction. |
| NullLoggerPlugin |
LoggerPlugin implementation producing no output at all. |
| NullMDCProvider |
An MDC provider which does nothing. |
| NullNDCProvider |
An NDC provider which does nothing. |