Package | Description |
---|---|
org.apache.commons.logging.impl |
SLF4J based implementation of commons-logging wrapper APIs.
|
org.apache.log4j |
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
|
org.slf4j.bridge |
Bridge/route all JUL log records to the SLF4J API.
|
org.slf4j.impl |
Implementations of core logging interfaces defined in the
org.slf4j package. |
Modifier and Type | Field and Description |
---|---|
private LocationAwareLogger |
SLF4JLocationAwareLog.logger |
Constructor and Description |
---|
SLF4JLocationAwareLog(LocationAwareLogger logger) |
Modifier and Type | Field and Description |
---|---|
private LocationAwareLogger |
Category.locationAwareLogger |
Modifier and Type | Method and Description |
---|---|
protected void |
SLF4JBridgeHandler.callLocationAwareLogger(LocationAwareLogger lal,
java.util.logging.LogRecord record) |
Modifier and Type | Class and Description |
---|---|
class |
JDK14LoggerAdapter
A wrapper over
java.util.logging.Logger in
conformity with the Logger interface. |
class |
Log4jLoggerAdapter
A wrapper over
org.apache.log4j.Logger in
conforming to the Logger interface. |