Package | Description |
---|---|
org.apache.commons.logging.impl |
SLF4J based implementation of commons-logging wrapper APIs.
|
org.slf4j.bridge |
Bridge/route all JUL log records to the SLF4J API.
|
org.slf4j.jul | |
org.slf4j.reload4j |
Constructor and Description |
---|
SLF4JLocationAwareLog(LocationAwareLogger logger) |
Modifier and Type | Method and Description |
---|---|
protected void |
SLF4JBridgeHandler.callLocationAwareLogger(LocationAwareLogger lal,
LogRecord record) |
Modifier and Type | Class and Description |
---|---|
class |
JDK14LoggerAdapter
A wrapper over
java.util.logging.Logger in
conformity with the Logger interface. |
Modifier and Type | Class and Description |
---|---|
class |
Reload4jLoggerAdapter
A wrapper over
org.apache.log4j.Logger
conforming to the Logger interface. |
Copyright © 2005–2022 QOS.ch. All rights reserved.