Package org.apache.commons.logging.impl
package org.apache.commons.logging.impl
SLF4J based implementation of commons-logging wrapper APIs.
- 
ClassesClassDescriptionTrivial 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 oforg.apache.commons.logging.Loginterface which delegates all processing to a wrappedorg.slf4j.Loggerinstance.Implementation oforg.apache.commons.logging.Loginterface which delegates all processing to a wrappedorg.slf4j.Loggerinstance.Concrete subclass ofLogFactorywhich always delegates to theorg.slf4j.LoggerFactoryclass.