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

Packages that use Logger
org.eclipse.jetty.io.nio   
org.eclipse.jetty.jndi   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.servlets   
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.jndi
 

Fields in org.eclipse.jetty.jndi declared as Logger
static Logger NamingUtil.__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.servlets
 

Fields in org.eclipse.jetty.servlets declared as Logger
protected  Logger ProxyServlet._log
           
 

Methods in org.eclipse.jetty.servlets that return Logger
protected  Logger ProxyServlet.createLogger(ServletConfig config)
          Create and return a logger based on the ServletConfig for use in the proxy servlet
 

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 StdErrLog.newLogger(String fullname)
          Create a Child Logger of this Logger.
protected  Logger Slf4jLog.newLogger(String fullname)
          Create a Child Logger of this Logger.
protected  Logger LoggerLog.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)
           
 

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.