Package org.slf4j.impl
package org.slf4j.impl
Implementations of core logging interfaces defined in the org.slf4j
package.
-
ClassDescriptionA wrapper over
org.apache.commons.logging.Log
in conformance with theLogger
interface.JCLLoggerFactory is an implementation ofILoggerFactory
returning the appropriately namedJCLLoggerAdapter
instance.A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface.JDK14LoggerFactory is an implementation ofILoggerFactory
returning the appropriately namedJDK14LoggerAdapter
instance.This class encapsulates the user's choice of output target.Simple implementation ofLogger
that sends all enabled log messages, for all defined loggers, to the console (System.err
).This class holds configuration values forSimpleLogger
.An implementation ofILoggerFactory
which always returnsSimpleLogger
instances.The binding ofLoggerFactory
class with an actual instance ofILoggerFactory
is performed using information returned by this class.The binding ofMarkerFactory
class with an actual instance ofIMarkerFactory
is performed using information returned by this class.This class is only a stub.