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