Package | Description |
---|---|
org.eclipse.jetty.io.nio | |
org.eclipse.jetty.jndi | |
org.eclipse.jetty.server.handler | |
org.eclipse.jetty.servlets | |
org.eclipse.jetty.util.log |
Modifier and Type | Field and Description |
---|---|
static Logger |
SelectChannelEndPoint.LOG |
static Logger |
SelectorManager.LOG |
Modifier and Type | Field and Description |
---|---|
static Logger |
NamingUtil.__log |
Modifier and Type | Method and Description |
---|---|
Logger |
ContextHandler.getLogger() |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandler.setLogger(Logger logger) |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ProxyServlet._log |
Modifier and Type | Method and Description |
---|---|
protected Logger |
ProxyServlet.createLogger(javax.servlet.ServletConfig config)
Create and return a logger based on the ServletConfig for use in the
proxy servlet
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogger
Abstract Logger.
|
class |
JavaUtilLog
|
class |
LoggerLog |
class |
Slf4jLog
Slf4jLog Logger
|
class |
StdErrLog
StdErr Logging.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Logger> |
Log.getLoggers()
Get a map of all configured
Logger instances. |
Modifier and Type | Method and Description |
---|---|
static void |
Log.setLog(Logger log) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.