See: Description
| 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 of  org.apache.commons.logging.Loginterface which
 delegates all processing to a wrappedorg.slf4j.Loggerinstance. | 
| SLF4JLog | Implementation of  org.apache.commons.logging.Loginterface which
 delegates all processing to a wrappedorg.slf4j.Loggerinstance. | 
| SLF4JLogFactory | 
 Concrete subclass of  LogFactorywhich always delegates to theorg.slf4j.LoggerFactoryclass. | 
SLF4J based implementation of commons-logging wrapper APIs.
Copyright © 2005–2019 QOS.ch. All rights reserved.