Package org.slf4j.impl
-
Class Summary Class Description JDK14LoggerAdapter A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface.JDK14LoggerFactory JDK14LoggerFactory is an implementation ofILoggerFactory
returning the appropriately namedJDK14LoggerAdapter
instance.StaticLoggerBinder The binding ofLoggerFactory
class with an actual instance ofILoggerFactory
is performed using information returned by this class.