Package org.slf4j.spi
Interface LocationAwareLogger
- All Superinterfaces:
Logger
- All Known Implementing Classes:
JDK14LoggerAdapter
An optional interface helping integration with logging systems capable of
extracting location information. This interface is mainly used by SLF4J bridges
such as jcl-over-slf4j, jul-to-slf4j and log4j-over-slf4j or
Logger wrappers
which need to provide hints so that the underlying logging system can extract
the correct location information (method name, line number).- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME -
Method Summary