Uses of Interface
org.slf4j.spi.LocationAwareLogger
Packages that use LocationAwareLogger
Package
Description
SLF4J based implementation of commons-logging wrapper APIs.
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
Bridge/route all JUL log records to the SLF4J API.
Implementations of core logging interfaces defined in the
org.slf4j
package.-
Uses of LocationAwareLogger in org.apache.commons.logging.impl
Fields in org.apache.commons.logging.impl declared as LocationAwareLoggerConstructors in org.apache.commons.logging.impl with parameters of type LocationAwareLoggerModifierConstructorDescription(package private)
-
Uses of LocationAwareLogger in org.apache.log4j
Fields in org.apache.log4j declared as LocationAwareLogger -
Uses of LocationAwareLogger in org.slf4j.bridge
Methods in org.slf4j.bridge with parameters of type LocationAwareLoggerModifier and TypeMethodDescriptionprotected void
SLF4JBridgeHandler.callLocationAwareLogger
(LocationAwareLogger lal, LogRecord record) -
Uses of LocationAwareLogger in org.slf4j.impl
Classes in org.slf4j.impl that implement LocationAwareLoggerModifier and TypeClassDescriptionfinal class
A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface.