SLF4J API
Version 1.4.3

Uses of Class
org.apache.commons.logging.LogFactory

Packages that use LogFactory
org.apache.commons.logging Simple wrapper API around multiple logging APIs. 
org.apache.commons.logging.impl Concrete implementations of commons-logging wrapper APIs. 
 

Uses of LogFactory in org.apache.commons.logging
 

Methods in org.apache.commons.logging that return LogFactory
static LogFactory LogFactory.getFactory()
           Construct (if necessary) and return a LogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
 

Uses of LogFactory in org.apache.commons.logging.impl
 

Subclasses of LogFactory in org.apache.commons.logging.impl
 class SLF4JLogFactory
           Concrete subclass of LogFactory which always delegates to the org.slf4j.LoggerFactory class.
 


SLF4J API
Version 1.4.3

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