All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Log A simple logging interface abstracting logging APIs.LogConfigurationException An exception that is thrown only if a suitableLogFactoryorLoginstance cannot be created by the corresponding factory methods.LogFactory Factory for creatingLoginstances, which always delegates to an instance ofSLF4JLogFactory.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.Loginterface which delegates all processing to a wrappedorg.slf4j.Loggerinstance.SLF4JLog Implementation oforg.apache.commons.logging.Loginterface which delegates all processing to a wrappedorg.slf4j.Loggerinstance.SLF4JLogFactory Concrete subclass ofLogFactorywhich always delegates to theorg.slf4j.LoggerFactoryclass.