Uses of Interface
org.apache.logging.log4j.spi.LocationAwareLogger
-
-
Uses of LocationAwareLogger in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement LocationAwareLogger Modifier and Type Class Description classLoggerThe core implementation of theLoggerinterface. -
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 classAsyncLoggerAsyncLogger 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 classSimpleLoggerThis 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 classAbstractLoggerBase implementation of a Logger.classExtendedLoggerWrapperWrapper 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 classStatusLoggerRecords events that occur in the logging system.
-