Uses of Interface
org.eclipse.jetty.util.log.Logger

Packages that use Logger
org.eclipse.jetty.util.log   
 

Uses of Logger in org.eclipse.jetty.util.log
 

Classes in org.eclipse.jetty.util.log that implement Logger
 class AbstractLogger
          Abstract Logger.
 class JavaUtilLog
           Implementation of Jetty Logger based on Logger.
 class LoggerLog
           
 class Slf4jLog
          Slf4jLog Logger
 class StdErrLog
          StdErr Logging.
 

Methods in org.eclipse.jetty.util.log that return Logger
static Logger Log.getLog()
          Deprecated. anonymous logging is deprecated, use a named Logger obtained from Log.getLogger(String)
static Logger Log.getLogger(Class<?> clazz)
          Obtain a named Logger based on the fully qualified class name.
 Logger Logger.getLogger(String name)
           
static Logger Log.getLogger(String name)
          Obtain a named Logger or the default Logger if null is passed.
 Logger AbstractLogger.getLogger(String name)
           
static Logger Log.getRootLogger()
          Get the root logger.
protected  Logger LoggerLog.newLogger(String fullname)
          Create a Child Logger of this Logger.
protected abstract  Logger AbstractLogger.newLogger(String fullname)
           
protected  Logger JavaUtilLog.newLogger(String fullname)
          Create a Child Logger of this Logger.
protected  Logger StdErrLog.newLogger(String fullname)
          Create a Child Logger of this Logger.
protected  Logger Slf4jLog.newLogger(String fullname)
          Create a Child Logger of this Logger.
 

Methods in org.eclipse.jetty.util.log that return types with arguments of type Logger
static Map<String,Logger> Log.getLoggers()
          Get a map of all configured Logger instances.
 

Methods in org.eclipse.jetty.util.log with parameters of type Logger
static void Log.setLog(Logger log)
           
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.