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 LoggerAbstractHttpClientTransport. LOGstatic LoggerAuthenticationProtocolHandler. LOGprotected static LoggerHttpChannel. LOGprotected static LoggerHttpReceiver. LOGprotected static LoggerHttpSender. LOGprotected static LoggerProxyProtocolClientConnectionFactory.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 LoggerHttpParser. LOGstatic LoggerMultiPartParser. 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 LoggerHttpSpiContextHandler. 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 LoggerAbstractFlowControlStrategy. LOGprotected static LoggerHTTP2Connection. 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 LoggerHpackContext. LOGstatic LoggerHpackDecoder. 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 LoggerBodyParser. 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 LoggerSelectorManager. LOG -
Uses of Logger in org.eclipse.jetty.jndi
Fields in org.eclipse.jetty.jndi declared as Logger Modifier and Type Field Description static LoggerNamingUtil. __logDeprecated.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 LoggerAbstractProxyServlet. _logprotected static LoggerConnectHandler. LOGprotected static LoggerProxyConnection. LOGMethods in org.eclipse.jetty.proxy that return Logger Modifier and Type Method Description protected LoggerAbstractProxyServlet. 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 LoggerAbstractConnector. LOGprotected static LoggerAbstractNCSARequestLog. LOGDeprecated.protected static LoggerCustomRequestLog. 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 LoggerContextHandler. getLogger()Methods in org.eclipse.jetty.server.handler with parameters of type Logger Modifier and Type Method Description voidContextHandler. 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 LoggerGzipHttpOutputInterceptor. 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 LoggerUtf8Appendable. 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 classAbstractLoggerAbstract Logger.classJavaUtilLogImplementation of JettyLoggerbased onLogger.classLoggerLogclassSlf4jLogSlf4jLog LoggerclassStdErrLogStdErr Logging implementation.Methods in org.eclipse.jetty.util.log that return Logger Modifier and Type Method Description static LoggerLog. getLog()LoggerAbstractLogger. getLogger(java.lang.String name)static LoggerLog. getLogger(java.lang.Class<?> clazz)Obtain a named Logger based on the fully qualified class name.static LoggerLog. getLogger(java.lang.String name)Obtain a named Logger or the default Logger if null is passed.LoggerLogger. getLogger(java.lang.String name)static LoggerLog. getRootLogger()Get the root logger.protected abstract LoggerAbstractLogger. newLogger(java.lang.String fullname)protected LoggerJavaUtilLog. newLogger(java.lang.String fullname)Create a Child Logger of this Logger.protected LoggerLoggerLog. newLogger(java.lang.String fullname)Create a Child Logger of this Logger.protected LoggerSlf4jLog. newLogger(java.lang.String fullname)Create a Child Logger of this Logger.protected LoggerStdErrLog. 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 configuredLoggerinstances.Methods in org.eclipse.jetty.util.log with parameters of type Logger Modifier and Type Method Description static voidLog. 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 LoggerAbstractLeakPreventer. 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 LoggerAbstractEventDriver. targetLog
-