Toggle navigation
JarYard
Browse
Search
About
Groups
org.slf4j
slf4j-api
1.7.20
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
org
.
slf4j
.
spi
Classes and interfaces which are internal to SLF4J.
See:
Description
Interface Summary
Interface
Description
LocationAwareLogger
An
optional
interface helping integration with logging systems capable of extracting location information.
LoggerFactoryBinder
An internal interface which helps the static
LoggerFactory
class bind with the appropriate
ILoggerFactory
instance.
MarkerFactoryBinder
An internal interface which helps the static
MarkerFactory
class bind with the appropriate
IMarkerFactory
instance.
MDCAdapter
This interface abstracts the service offered by various MDC implementations.
Package org
.slf4j
.spi Description
Classes and interfaces which are internal to SLF4J. Under most circumstances SLF4J users should be oblivious even to the existence of this package.