Uses of Interface
org.apache.commons.logging.Log

Packages that use Log
org.apache.commons.logging   
org.ops4j.pax.runner   
 

Uses of Log in org.apache.commons.logging
 

Classes in org.apache.commons.logging that implement Log
 class PaxRunnerLog
           
 

Methods in org.apache.commons.logging that return Log
 Log LogFactory.getInstance(java.lang.Class clazz)
           
 Log LogFactory.getInstance(java.lang.String name)
           
 Log LogFactory.getInstance(java.lang.String name, LogLevel logLevel)
           
static Log LogFactory.getLog(java.lang.Class clazz)
           
static Log LogFactory.getLog(java.lang.Class clazz, LogLevel logLevel)
           
static Log LogFactory.getLog(java.lang.String name)
           
static Log PaxRunnerLog.newInstance()
           
static Log PaxRunnerLog.newInstance(LogLevel logLevel)
           
 

Uses of Log in org.ops4j.pax.runner
 

Methods in org.ops4j.pax.runner that return Log
static Log Run.getLogger()
           
 



Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.