Package org.slf4j.helpers
package org.slf4j.helpers
Helper classes.
-
ClassesClassDescriptionA simple implementation of the
Marker
interface.An almost trivial implementation of theIMarkerFactory
interface which createsBasicMarker
instances.Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.Holds the results of formatting done byMessageFormatter
.This class serves as base for adapters or native implementations of logging systems lacking Marker support.Formats messages according to very simple substitution rules.A direct NOP (no operation) implementation ofLogger
.NOPLoggerFactory is an trivial implementation ofILoggerFactory
which always returns the unique instance of NOPLogger.This adapter is an empty implementation of theMDCAdapter
interface.A logger implementation which logs via a delegate logger.SubstituteLoggerFactory manages instances ofSubstituteLogger
.An internal utility class.