Package org.apache.logging.log4j.spi
Interface LocationAwareLogger
-
- All Known Implementing Classes:
AbstractLogger,AsyncLogger,ExtendedLoggerWrapper,Logger,SimpleLogger,StatusLogger
public interface LocationAwareLoggerLogger that accepts the location of the caller.- Since:
- 2.12.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogMessage(Level level, Marker marker, String fqcn, StackTraceElement location, Message message, Throwable throwable)
-