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

Uses of Log in org.apache.juli.logging
 

Classes in org.apache.juli.logging that implement Log
 class Slf4jLog
           
 

Methods in org.apache.juli.logging that return Log
static Log LogFactory.getLog(java.lang.Class clazz)
          Convenience method to return a named logger, without the application having to care about factories.
static Log LogFactory.getLog(java.lang.String name)
          Convenience method to return a named logger, without the application having to care about factories.
 



Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.