Package org.slf4j.impl
Implementations of core logging interfaces defined in the org.slf4j package.
-
Class Summary Class Description JCLLoggerAdapter A wrapper overorg.apache.commons.logging.Login conformance with theLoggerinterface.JCLLoggerFactory JCLLoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJCLLoggerAdapterinstance.JDK14LoggerAdapter A wrapper overjava.util.logging.Loggerin conformity with theLoggerinterface.JDK14LoggerFactory JDK14LoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJDK14LoggerAdapterinstance.OutputChoice This class encapsulates the user's choice of output target.SimpleLogger Simple implementation ofLoggerthat sends all enabled log messages, for all defined loggers, to the console (System.err).SimpleLoggerConfiguration This class holds configuration values forSimpleLogger.SimpleLoggerFactory An implementation ofILoggerFactorywhich always returnsSimpleLoggerinstances.StaticLoggerBinder The binding ofLoggerFactoryclass with an actual instance ofILoggerFactoryis performed using information returned by this class.StaticMarkerBinder The binding ofMarkerFactoryclass with an actual instance ofIMarkerFactoryis performed using information returned by this class.StaticMDCBinder This implementation is bound toNOPMDCAdapter. -
Enum Summary Enum Description OutputChoice.OutputChoiceType -
Exception Summary Exception Description StaticLoggerBinder The binding ofLoggerFactoryclass with an actual instance ofILoggerFactoryis performed using information returned by this class.StaticMarkerBinder The binding ofMarkerFactoryclass with an actual instance ofIMarkerFactoryis performed using information returned by this class.StaticMDCBinder This implementation is bound toNOPMDCAdapter.