Package | Description |
---|---|
org.slf4j.event | |
org.slf4j.helpers |
Helper classes.
|
org.slf4j.jul | |
org.slf4j.reload4j | |
org.slf4j.simple | |
org.slf4j.spi |
Classes and interfaces which are internal to SLF4J.
|
Class and Description |
---|
AbstractLogger
An abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) method. |
LegacyAbstractLogger
Provides minimal default implementations for
LegacyAbstractLogger.isTraceEnabled(Marker) , LegacyAbstractLogger.isDebugEnabled(Marker) and other similar methods. |
SubstituteLogger
A logger implementation which logs via a delegate logger.
|
Class and Description |
---|
AbstractLogger
An abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) method. |
FormattingTuple
Holds the results of formatting done by
MessageFormatter . |
NOPLogger
A direct NOP (no operation) implementation of
Logger . |
NormalizedParameters
Holds normalized call parameters.
|
SubstituteLogger
A logger implementation which logs via a delegate logger.
|
SubstituteLoggerFactory
SubstituteLoggerFactory manages instances of
SubstituteLogger . |
Class and Description |
---|
AbstractLogger
An abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) method. |
LegacyAbstractLogger
Provides minimal default implementations for
LegacyAbstractLogger.isTraceEnabled(Marker) , LegacyAbstractLogger.isDebugEnabled(Marker) and other similar methods. |
Class and Description |
---|
AbstractLogger
An abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) method. |
LegacyAbstractLogger
Provides minimal default implementations for
LegacyAbstractLogger.isTraceEnabled(Marker) , LegacyAbstractLogger.isDebugEnabled(Marker) and other similar methods. |
Class and Description |
---|
AbstractLogger
An abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) method. |
LegacyAbstractLogger
Provides minimal default implementations for
LegacyAbstractLogger.isTraceEnabled(Marker) , LegacyAbstractLogger.isDebugEnabled(Marker) and other similar methods. |
Class and Description |
---|
CheckReturnValue
Used to annotate methods in the
LoggingEventBuilder interface
which return an instance of LoggingEventBuilder (usually as this ). |
Copyright © 2005–2022 QOS.ch. All rights reserved.