| 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.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) AppenderAttachableImpl<IAccessEvent> |
RequestLogImpl.aai |
| Modifier and Type | Field and Description |
|---|---|
(package private) AppenderAttachableImpl<IAccessEvent> |
AccessContext.aai |
| Modifier and Type | Field and Description |
|---|---|
(package private) AppenderAttachableImpl<IAccessEvent> |
LogbackValve.aai |
| Modifier and Type | Field and Description |
|---|---|
private AppenderAttachableImpl<ILoggingEvent> |
Logger.aai
It is assumed that once the 'aai' variable is set to a non-null value, it
will never be reset to null.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) AppenderAttachableImpl<E> |
AsyncAppenderBase.aai |