Package org.apache.logging.log4j.spi
Interface LocationAwareLogger
-
- All Known Implementing Classes:
AbstractLogger,ExtendedLoggerWrapper
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, java.lang.String fqcn, java.lang.StackTraceElement location, Message message, java.lang.Throwable throwable)
-