Uses of Interface
org.slf4j.spi.LocationAwareLogger
-
Packages that use LocationAwareLogger 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 theorg.slf4j
package. -
-
Uses of LocationAwareLogger in org.apache.commons.logging.impl
Fields in org.apache.commons.logging.impl declared as LocationAwareLogger Modifier and Type Field Description private LocationAwareLogger
SLF4JLocationAwareLog. logger
Constructors in org.apache.commons.logging.impl with parameters of type LocationAwareLogger Constructor Description SLF4JLocationAwareLog(LocationAwareLogger logger)
-
Uses of LocationAwareLogger in org.apache.log4j
Fields in org.apache.log4j declared as LocationAwareLogger Modifier and Type Field Description private LocationAwareLogger
Category. locationAwareLogger
-
Uses of LocationAwareLogger in org.slf4j.bridge
Methods in org.slf4j.bridge with parameters of type LocationAwareLogger Modifier and Type Method Description protected void
SLF4JBridgeHandler. callLocationAwareLogger(LocationAwareLogger lal, java.util.logging.LogRecord record)
-
Uses of LocationAwareLogger in org.slf4j.impl
Classes in org.slf4j.impl that implement LocationAwareLogger Modifier and Type Class Description class
JDK14LoggerAdapter
A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface.class
Log4jLoggerAdapter
A wrapper overorg.apache.log4j.Logger
in conforming to theLogger
interface.
-