Uses of Interface
org.apache.logging.log4j.spi.LocationAwareLogger
Packages that use LocationAwareLogger
Package
Description
Implementation of Log4j 2.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Simple logging implementation.
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
Status API for Log4j 2.
Classes (JSP tags) to enable logging in JSPs without using Java scripting.
Java JDK java.util.logging (JUL) bridge.
SLF4J support.
-
Uses of LocationAwareLogger in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement LocationAwareLogger -
Uses of LocationAwareLogger in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement LocationAwareLoggerModifier and TypeClassDescriptionclass
AsyncLogger is a logger designed for high throughput and low latency logging. -
Uses of LocationAwareLogger in org.apache.logging.log4j.jul
Classes in org.apache.logging.log4j.jul that implement LocationAwareLoggerModifier and TypeClassDescription(package private) class
Wrapper class to ensure proper FQCN support in Logger calls. -
Uses of LocationAwareLogger in org.apache.logging.log4j.simple
Classes in org.apache.logging.log4j.simple that implement LocationAwareLoggerModifier and TypeClassDescriptionclass
This is the default logger that is used when no suitable logging implementation is available. -
Uses of LocationAwareLogger in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement LocationAwareLoggerModifier and TypeClassDescriptionclass
Base implementation of a Logger.class
Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers. -
Uses of LocationAwareLogger in org.apache.logging.log4j.status
Classes in org.apache.logging.log4j.status that implement LocationAwareLoggerModifier and TypeClassDescriptionfinal class
Records events that occur in the logging system. -
Uses of LocationAwareLogger in org.apache.logging.log4j.taglib
Classes in org.apache.logging.log4j.taglib that implement LocationAwareLoggerModifier and TypeClassDescription(package private) class
The bridge between the tag library and the Log4j API ensures that the source information for log events is the JSP Servlet and not one of the taglib classes. -
Uses of LocationAwareLogger in org.apache.logging.log4j.tojul
Classes in org.apache.logging.log4j.tojul that implement LocationAwareLogger -
Uses of LocationAwareLogger in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement LocationAwareLogger