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