Uses of Package
org.slf4j.helpers
Package
Description
Core logging interfaces.
Helper classes.
Classes and interfaces which are internal to SLF4J.
-
ClassDescriptionUsed to annotate methods in the
LoggingEventBuilder
interface which return an instance of LoggingEventBuilder (usually asthis
). -
ClassDescriptionAn abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)
method.Provides minimal default implementations forLegacyAbstractLogger.isTraceEnabled(Marker)
,LegacyAbstractLogger.isDebugEnabled(Marker)
and other similar methods.A logger implementation which logs via a delegate logger. -
ClassDescriptionAn abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)
method.Holds the results of formatting done byMessageFormatter
.A direct NOP (no operation) implementation ofLogger
.Holds normalized call parameters.A logger implementation which logs via a delegate logger.SubstituteLoggerFactory manages instances ofSubstituteLogger
. -
ClassDescriptionAn abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)
method.Provides minimal default implementations forLegacyAbstractLogger.isTraceEnabled(Marker)
,LegacyAbstractLogger.isDebugEnabled(Marker)
and other similar methods. -
ClassDescriptionAn abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)
method.Provides minimal default implementations forLegacyAbstractLogger.isTraceEnabled(Marker)
,LegacyAbstractLogger.isDebugEnabled(Marker)
and other similar methods. -
ClassDescriptionAn abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)
method.Provides minimal default implementations forLegacyAbstractLogger.isTraceEnabled(Marker)
,LegacyAbstractLogger.isDebugEnabled(Marker)
and other similar methods. -
ClassDescriptionUsed to annotate methods in the
LoggingEventBuilder
interface which return an instance of LoggingEventBuilder (usually asthis
).