Package | Description |
---|---|
com.j256.ormlite.logger |
Logging utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsLoggingLogBackend
Log backend that delegating to the Apache commons logging classes.
|
class |
ConsoleLogBackend
Log backend that writes to the console.
|
class |
JavaUtilLogBackend
Log backend that writes to java.util.log.
|
class |
LocalLogBackend
Log backend that uses logging classes if they are not available.
|
class |
Log4j2LogBackend
Log backend that delegates to Apache Log4j2.
|
class |
Log4jLogBackend
Log backend that delegates to Apache Log4j.
|
class |
LogbackLogBackend
Log backend that delegates to logback directly.
|
class |
NullLogBackend
Log backend that ignores all log requests.
|
class |
Slf4jLoggingLogBackend
Log backend that delegates to slf4j.
|
Modifier and Type | Method and Description |
---|---|
LogBackend |
LogBackendFactory.createLogBackend(String classLabel)
Create a log backend implementation from the class-label.
|
LogBackend |
Slf4jLoggingLogBackend.Slf4jLoggingLogBackendFactory.createLogBackend(String classLabel) |
LogBackend |
NullLogBackend.NullLogBackendFactory.createLogBackend(String classLabel) |
LogBackend |
LocalLogBackend.LocalLogBackendFactory.createLogBackend(String classLabel) |
LogBackend |
CommonsLoggingLogBackend.CommonsLoggingLogBackendFactory.createLogBackend(String classLabel) |
LogBackend |
ConsoleLogBackend.ConsoleLogBackendFactory.createLogBackend(String classLabel) |
LogBackend |
LogBackendType.createLogBackend(String classLabel) |
LogBackend |
JavaUtilLogBackend.JavaUtilLogBackendFactory.createLogBackend(String classLabel) |
LogBackend |
Log4j2LogBackend.Log4j2LogBackendFactory.createLogBackend(String classLabel) |
LogBackend |
LogbackLogBackend.LogbackLogBackendFactory.createLogBackend(String classLabel) |
LogBackend |
Log4jLogBackend.Log4jLogBackendFactory.createLogBackend(String classLabel) |
LogBackend |
Logger.getLogBackend()
Get the underlying log backend implementation for testing purposes.
|
Constructor and Description |
---|
Logger(LogBackend backend) |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.