Interface | Description |
---|---|
LoggerPlugin |
A factory for producing logger plugins.
|
LoggerPluginInstance |
Defines a "pluggable" login module's logger implementation.
|
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 |
---|---|
AbstractLoggerPluginInstance |
An abstract base class for logger plugin instances.
|
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 |
The null logger plugin.
|
NullLoggerPluginInstance |
LoggerPlugin implementation producing no output at all.
|
NullMDCProvider |
An MDC provider which does nothing.
|
NullNDCProvider |
An NDC provider which does nothing.
|
Enum | Description |
---|---|
Logger.Level |
Levels used by this logging API.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.