All Classes and Interfaces

Class
Description
A simple logging interface abstracting logging APIs.
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
Factory for creating Log instances, which always delegates to an instance of SLF4JLogFactory.
Trivial 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 wrapped org.slf4j.Logger instance.
Implementation of org.apache.commons.logging.Log interface which delegates all processing to a wrapped org.slf4j.Logger instance.
Concrete subclass of LogFactory which always delegates to the org.slf4j.LoggerFactory class.