Package org.slf4j.helpers
Helper classes.
-
Class Summary Class Description BasicMarker A simple implementation of theMarkerinterface.BasicMarkerFactory An almost trivial implementation of theIMarkerFactoryinterface which createsBasicMarkerinstances.BasicMDCAdapter Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.FormattingTuple Holds the results of formatting done byMessageFormatter.MarkerIgnoringBase This class serves as base for adapters or native implementations of logging systems lacking Marker support.MessageFormatter Formats messages according to very simple substitution rules.NOPLogger A direct NOP (no operation) implementation ofLogger.NOPLoggerFactory NOPLoggerFactory is an trivial implementation ofILoggerFactorywhich always returns the unique instance of NOPLogger.NOPMDCAdapter This adapter is an empty implementation of theMDCAdapterinterface.SubstituteLogger A logger implementation which logs via a delegate logger.SubstituteLoggerFactory SubstituteLoggerFactory manages instances ofSubstituteLogger.Util An internal utility class.