Package | Description |
---|---|
org.slf4j |
Core logging interfaces.
|
org.slf4j.event | |
org.slf4j.helpers |
Helper classes.
|
org.slf4j.impl |
Implementations of core logging interfaces defined in the
org.slf4j package. |
Class and Description |
---|
NOPLoggerFactory
NOPLoggerFactory is an trivial implementation of
ILoggerFactory which always returns the unique instance of
NOPLogger. |
SubstituteLoggerFactory
SubstituteLoggerFactory manages instances of
SubstituteLogger . |
Class and Description |
---|
SubstituteLogger
A logger implementation which logs via a delegate logger.
|
Class and Description |
---|
FormattingTuple
Holds the results of formatting done by
MessageFormatter . |
MarkerIgnoringBase
This class serves as base for adapters or native implementations of logging systems
lacking Marker support.
|
NamedLoggerBase
Serves as base class for named logger implementation.
|
NOPLogger
A direct NOP (no operation) implementation of
Logger . |
SubstituteLogger
A logger implementation which logs via a delegate logger.
|
Util.ClassContextSecurityManager
In order to call
SecurityManager.getClassContext() , which is a
protected method, we add this wrapper which allows the method to be visible
inside this package. |
Class and Description |
---|
MarkerIgnoringBase
This class serves as base for adapters or native implementations of logging systems
lacking Marker support.
|
NamedLoggerBase
Serves as base class for named logger implementation.
|