Package | Description |
---|---|
ch.qos.logback.access.jetty |
This is logback access' implementation for Jetty 8.
|
ch.qos.logback.access.spi |
Contains the core classes of logback access.
|
ch.qos.logback.access.tomcat |
This is logback access' implementation for Tomcat.
|
ch.qos.logback.classic |
Contains logback classic main classes.
|
ch.qos.logback.core |
Contains the main classes of logback core.
|
ch.qos.logback.core.spi |
Contains core functionnalities of logback, such as
AppenderAttachable and
LifeCycle . |
Modifier and Type | Class and Description |
---|---|
class |
RequestLogImpl
This class is logback's implementation of jetty's RequestLog interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessContext
A minimal context implementation used by certain logback-access components,
mainly SocketServer.
|
Modifier and Type | Class and Description |
---|---|
class |
LogbackValve
This class is an implementation of tomcat's Valve interface, by extending
ValveBase.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncAppender
In order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.
|
class |
Logger |
Modifier and Type | Class and Description |
---|---|
class |
AsyncAppenderBase<E>
This appender and derived classes, log events asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
AppenderAttachableImpl<E>
A ReentrantReadWriteLock based implementation of the
AppenderAttachable interface. |
Copyright © 2005–2018 QOS.ch. All rights reserved.