Package org.apache.commons.logging.impl

SLF4J based implementation of commons-logging wrapper APIs.

See:
          Description

Class Summary
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.Log interface which delegates all processing to a wrapped org.slf4j.Logger instance.
SLF4JLog Implementation of org.apache.commons.logging.Log interface which delegates all processing to a wrapped org.slf4j.Logger instance.
SLF4JLogFactory Concrete subclass of LogFactory which always delegates to the org.slf4j.LoggerFactory class.
 

Package org.apache.commons.logging.impl Description

SLF4J based implementation of commons-logging wrapper APIs.



Copyright © 2005-2009 QOS.ch. All Rights Reserved.