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

Packages that use Logger
org.eclipse.jetty.io.nio   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.util.log   
 

Uses of Logger in org.eclipse.jetty.io.nio
 

Fields in org.eclipse.jetty.io.nio declared as Logger
static Logger SelectorManager.LOG
           
static Logger SelectChannelEndPoint.LOG
           
 

Uses of Logger in org.eclipse.jetty.server.handler
 

Methods in org.eclipse.jetty.server.handler that return Logger
 Logger ContextHandler.getLogger()
           
 

Methods in org.eclipse.jetty.server.handler with parameters of type Logger
 void ContextHandler.setLogger(Logger logger)
           
 

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 AbstractLogger.getLogger(String name)
           
static Logger Log.getLogger(String name)
          Obtain a named Logger or the default Logger if null is passed.
 Logger Logger.getLogger(String name)
           
static Logger Log.getRootLogger()
          Get the root logger.
protected  Logger Slf4jLog.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 JavaUtilLog.newLogger(String fullname)
          Create a Child Logger of this Logger.
protected abstract  Logger AbstractLogger.newLogger(String fullname)
           
protected  Logger LoggerLog.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 © 2012. All Rights Reserved.