Package org.apache.logging.log4j.spi
Interface LocationAwareLogger
-
- All Known Implementing Classes:
AbstractLogger,AsyncLogger,ExtendedLoggerWrapper,Logger,SimpleLogger,SLF4JLogger,StatusLogger
public interface LocationAwareLoggerLogger that accepts the location of the caller.
-
-
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)
-