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.Log
in conformance with theLogger
interface.JCLLoggerFactory JCLLoggerFactory is an implementation ofILoggerFactory
returning the appropriately namedJCLLoggerAdapter
instance.JDK14LoggerAdapter A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface.JDK14LoggerFactory JDK14LoggerFactory is an implementation ofILoggerFactory
returning the appropriately namedJDK14LoggerAdapter
instance.Log4jLoggerAdapter A wrapper overorg.apache.log4j.Logger
in conforming to theLogger
interface.Log4jLoggerFactory Log4jLoggerFactory is an implementation ofILoggerFactory
returning the appropriate namedLog4jLoggerAdapter
instance.Log4jMDCAdapter SimpleLogger Simple implementation ofLogger
that sends all enabled log messages, for all defined loggers, to the console (System.err
).SimpleLoggerConfiguration This class holds configuration values forSimpleLogger
.SimpleLoggerFactory An implementation ofILoggerFactory
which always returnsSimpleLogger
instances.StaticLoggerBinder The binding ofLoggerFactory
class with an actual instance ofILoggerFactory
is performed using information returned by this class.StaticMarkerBinder The binding ofMarkerFactory
class with an actual instance ofIMarkerFactory
is performed using information returned by this class.StaticMDCBinder This class is only a stub.VersionUtil