Package org.apache.commons.logging.impl
package org.apache.commons.logging.impl
SLF4J based implementation of commons-logging wrapper APIs.
-
ClassDescriptionTrivial implementation of Log that throws away all messages.Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.Implementation of
org.apache.commons.logging.Log
interface which delegates all processing to a wrappedorg.slf4j.Logger
instance.Implementation oforg.apache.commons.logging.Log
interface which delegates all processing to a wrappedorg.slf4j.Logger
instance.Concrete subclass ofLogFactory
which always delegates to theorg.slf4j.LoggerFactory
class.