Uses of Interface
org.eclipse.jetty.util.log.Logger
-
Packages that use Logger Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.log Jetty Util : Common Logging Integrationsorg.eclipse.jetty.util.preventers Jetty Util : Common Memory Leak Prevention Tooling -
-
Uses of Logger in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as Logger Modifier and Type Field Description protected static Logger
AbstractHttpClientTransport. LOG
static Logger
AuthenticationProtocolHandler. LOG
protected static Logger
HttpChannel. LOG
protected static Logger
HttpDestination. LOG
protected static Logger
HttpReceiver. LOG
protected static Logger
HttpSender. LOG
protected static Logger
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection. LOG
-
Uses of Logger in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as Logger Modifier and Type Field Description static Logger
HttpParser. LOG
static Logger
MultiPartParser. LOG
-
Uses of Logger in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as Logger Modifier and Type Field Description protected static Logger
SelectorManager. LOG
-
Uses of Logger in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as Logger Modifier and Type Field Description protected static Logger
AbstractConnector. LOG
protected static Logger
AbstractNCSARequestLog. LOG
Deprecated.protected static Logger
CustomRequestLog. LOG
-
Uses of Logger in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return Logger Modifier and Type Method Description Logger
ContextHandler. getLogger()
Methods in org.eclipse.jetty.server.handler with parameters of type Logger Modifier and Type Method Description void
ContextHandler. setLogger(Logger logger)
-
Uses of Logger in org.eclipse.jetty.server.handler.gzip
Fields in org.eclipse.jetty.server.handler.gzip declared as Logger Modifier and Type Field Description static Logger
GzipHttpOutputInterceptor. LOG
-
Uses of Logger in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util declared as Logger Modifier and Type Field Description protected static Logger
Utf8Appendable. LOG
-
Uses of Logger in org.eclipse.jetty.util.log
Classes in org.eclipse.jetty.util.log that implement Logger Modifier and Type Class Description class
AbstractLogger
Abstract Logger.class
JavaUtilLog
Implementation of JettyLogger
based onLogger
.class
LoggerLog
class
Slf4jLog
Slf4jLog Loggerclass
StdErrLog
StdErr Logging implementation.Methods in org.eclipse.jetty.util.log that return Logger Modifier and Type Method Description static Logger
Log. getLog()
Logger
AbstractLogger. getLogger(java.lang.String name)
static Logger
Log. getLogger(java.lang.Class<?> clazz)
Obtain a named Logger based on the fully qualified class name.static Logger
Log. getLogger(java.lang.String name)
Obtain a named Logger or the default Logger if null is passed.Logger
Logger. getLogger(java.lang.String name)
static Logger
Log. getRootLogger()
Get the root logger.protected abstract Logger
AbstractLogger. newLogger(java.lang.String fullname)
protected Logger
JavaUtilLog. newLogger(java.lang.String fullname)
Create a Child Logger of this Logger.protected Logger
LoggerLog. newLogger(java.lang.String fullname)
Create a Child Logger of this Logger.protected Logger
Slf4jLog. newLogger(java.lang.String fullname)
Create a Child Logger of this Logger.protected Logger
StdErrLog. newLogger(java.lang.String fullname)
Create a Child Logger of this Logger.Methods in org.eclipse.jetty.util.log that return types with arguments of type Logger Modifier and Type Method Description static java.util.Map<java.lang.String,Logger>
Log. getLoggers()
Get a map of all configuredLogger
instances.Methods in org.eclipse.jetty.util.log with parameters of type Logger Modifier and Type Method Description static void
Log. setLog(Logger log)
Set the root logger.Constructors in org.eclipse.jetty.util.log with parameters of type Logger Constructor Description StacklessLogging(Logger... logs)
-
Uses of Logger in org.eclipse.jetty.util.preventers
Fields in org.eclipse.jetty.util.preventers declared as Logger Modifier and Type Field Description protected static Logger
AbstractLeakPreventer. LOG
-