Interface | Description |
---|---|
LogBackend |
Class which fronts various log backend implementations which may or may not be in the classpath.
|
LogBackendFactory |
Factory for generating LogBackend instances.
|
Class | Description |
---|---|
CommonsLoggingLogBackend |
Log backend that delegating to the Apache commons logging classes.
|
CommonsLoggingLogBackend.CommonsLoggingLogBackendFactory |
Factory for generating CommonsLoggingLogBackend instances.
|
ConsoleLogBackend |
Log backend that writes to the console.
|
ConsoleLogBackend.ConsoleLogBackendFactory |
Factory for generating ConsoleLogBackend instances.
|
JavaUtilLogBackend |
Log backend that writes to java.util.log.
|
JavaUtilLogBackend.JavaUtilLogBackendFactory |
Factory for generating JavaUtilLogBackend instances.
|
LocalLogBackend |
Log backend that uses logging classes if they are not available.
|
LocalLogBackend.LocalLogBackendFactory |
Internal factory for LocalLogBackend instances.
|
Log4j2LogBackend |
Log backend that delegates to Apache Log4j2.
|
Log4j2LogBackend.Log4j2LogBackendFactory |
Factory for generating Log4j2LogBackend instances.
|
Log4jLogBackend |
Log backend that delegates to Apache Log4j.
|
Log4jLogBackend.Log4jLogBackendFactory |
Factory for generating Log4jLogBackend instances.
|
LogBackendUtil |
Some common utility methods.
|
LogbackLogBackend |
Log backend that delegates to logback directly.
|
LogbackLogBackend.LogbackLogBackendFactory |
Factory for generating LogbackLogBackend instances.
|
Logger |
Class which wraps our
LogBackend interface and provides {} argument features like slf4j. |
LoggerFactory |
Factory that creates
Logger instances. |
NullLogBackend |
Log backend that ignores all log requests.
|
NullLogBackend.NullLogBackendFactory |
Factory for generating NullLogBackend instances.
|
Slf4jLoggingLogBackend |
Log backend that delegates to slf4j.
|
Slf4jLoggingLogBackend.Slf4jLoggingLogBackendFactory |
Factory for generating Slf4jLoggingLogBackend instances.
|
Enum | Description |
---|---|
Level |
Level of log messages being sent.
|
LogBackendType |
Type of logging backends that are supported.
|
Logging utility classes.
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.