Uses of Interface
org.apache.logging.log4j.spi.LocationAwareLogger
-
Packages that use LocationAwareLogger Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.simple Simple logging implementation.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.log4j.status Status API for Log4j 2.org.apache.logging.slf4j SLF4J support. -
-
Uses of LocationAwareLogger in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement LocationAwareLogger Modifier and Type Class Description class
Logger
The core implementation of theLogger
interface. -
Uses of LocationAwareLogger in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement LocationAwareLogger Modifier and Type Class Description class
AsyncLogger
AsyncLogger is a logger designed for high throughput and low latency logging. -
Uses of LocationAwareLogger in org.apache.logging.log4j.simple
Classes in org.apache.logging.log4j.simple that implement LocationAwareLogger Modifier and Type Class Description class
SimpleLogger
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 LocationAwareLogger Modifier and Type Class Description class
AbstractLogger
Base implementation of a Logger.class
ExtendedLoggerWrapper
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 LocationAwareLogger Modifier and Type Class Description class
StatusLogger
Records events that occur in the logging system. -
Uses of LocationAwareLogger in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement LocationAwareLogger Modifier and Type Class Description class
SLF4JLogger
-