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.http.spi org.eclipse.jetty.http2 org.eclipse.jetty.http2.hpack org.eclipse.jetty.http2.parser org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.jndi Jetty Jndi : Java Naming Directory Interfaceorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.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 Toolingorg.eclipse.jetty.websocket.common.events Jetty WebSocket Common : Event Driver for WebSocket Object -
-
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
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.http.spi
Fields in org.eclipse.jetty.http.spi declared as Logger Modifier and Type Field Description static Logger
HttpSpiContextHandler. LOG
-
Uses of Logger in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 declared as Logger Modifier and Type Field Description protected static Logger
AbstractFlowControlStrategy. LOG
protected static Logger
HTTP2Connection. LOG
-
Uses of Logger in org.eclipse.jetty.http2.hpack
Fields in org.eclipse.jetty.http2.hpack declared as Logger Modifier and Type Field Description static Logger
HpackContext. LOG
static Logger
HpackDecoder. LOG
-
Uses of Logger in org.eclipse.jetty.http2.parser
Fields in org.eclipse.jetty.http2.parser declared as Logger Modifier and Type Field Description protected static Logger
BodyParser. 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.jndi
Fields in org.eclipse.jetty.jndi declared as Logger Modifier and Type Field Description static Logger
NamingUtil. __log
Deprecated.no replacement, use a logger-per-class idiom instead. -
Uses of Logger in org.eclipse.jetty.proxy
Fields in org.eclipse.jetty.proxy declared as Logger Modifier and Type Field Description protected Logger
AbstractProxyServlet. _log
protected static Logger
ConnectHandler. LOG
protected static Logger
ProxyConnection. LOG
Methods in org.eclipse.jetty.proxy that return Logger Modifier and Type Method Description protected Logger
AbstractProxyServlet. createLogger()
-
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
-
Uses of Logger in org.eclipse.jetty.websocket.common.events
Fields in org.eclipse.jetty.websocket.common.events declared as Logger Modifier and Type Field Description protected Logger
AbstractEventDriver. targetLog
-