| Interface | Description |
|---|---|
| LoggerPlugin |
Defines a "pluggable" login module.
|
| MDCProvider |
MDC SPI for the backend logging implementation.
|
| MDCSupport |
Indicates that a Logger plugin supports MDC.
|
| NDCProvider |
An NDC SPI for the backend logging implementation.
|
| NDCSupport |
Indicates that a logger plugin supports NDC.
|
| Class | Description |
|---|---|
| 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.
|