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.Login conformance with theLoggerinterface.JCLLoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJCLLoggerAdapterinstance.A wrapper overjava.util.logging.Loggerin conformity with theLoggerinterface.JDK14LoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJDK14LoggerAdapterinstance.This class encapsulates the user's choice of output target.Simple implementation ofLoggerthat sends all enabled log messages, for all defined loggers, to the console (System.err).This class holds configuration values forSimpleLogger.An implementation ofILoggerFactorywhich always returnsSimpleLoggerinstances.The binding ofLoggerFactoryclass with an actual instance ofILoggerFactoryis performed using information returned by this class.The binding ofMarkerFactoryclass with an actual instance ofIMarkerFactoryis performed using information returned by this class.This class is only a stub.