Uses of Interface
org.slf4j.spi.LocationAwareLogger
-
Packages that use LocationAwareLogger Package Description org.slf4j.bridge Bridge/route all JUL log records to the SLF4J API.org.slf4j.impl Implementations of core logging interfaces defined in theorg.slf4jpackage. -
-
Uses of LocationAwareLogger in org.slf4j.bridge
Methods in org.slf4j.bridge with parameters of type LocationAwareLogger Modifier and Type Method Description protected voidSLF4JBridgeHandler. callLocationAwareLogger(LocationAwareLogger lal, LogRecord record) -
Uses of LocationAwareLogger in org.slf4j.impl
Classes in org.slf4j.impl that implement LocationAwareLogger Modifier and Type Class Description classJDK14LoggerAdapterA wrapper overjava.util.logging.Loggerin conformity with theLoggerinterface.classLog4jLoggerAdapterA wrapper overorg.apache.log4j.Loggerin conforming to theLoggerinterface.
-