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.joran.conditional | |
ch.qos.logback.core.joran.spi | |
ch.qos.logback.core.subst | |
ch.qos.logback.core.util |
Contains various utility classes.
|
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 |
LoggerContext
LoggerContext glues many of the logback-classic components together.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Context
A context is the main anchorage point of all logback components.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextBase |
Modifier and Type | Method and Description |
---|---|
void |
PropertyWrapperForScripts.setPropertyContainers(PropertyContainer local,
PropertyContainer context) |
Modifier and Type | Class and Description |
---|---|
class |
InterpretationContext
An InterpretationContext contains the contextual state of a Joran parsing
session.
|
Modifier and Type | Method and Description |
---|---|
static String |
NodeToStringTransformer.substituteVariable(String input,
PropertyContainer pc0,
PropertyContainer pc1) |
Constructor and Description |
---|
NodeToStringTransformer(Node node,
PropertyContainer propertyContainer0) |
NodeToStringTransformer(Node node,
PropertyContainer propertyContainer0,
PropertyContainer propertyContainer1) |
Modifier and Type | Method and Description |
---|---|
static String |
OptionHelper.propertyLookup(String key,
PropertyContainer pc1,
PropertyContainer pc2) |
static String |
OptionHelper.substVars(String val,
PropertyContainer pc1) |
static String |
OptionHelper.substVars(String input,
PropertyContainer pc0,
PropertyContainer pc1)
See http://logback.qos.ch/manual/configuration.html#variableSubstitution
|
Copyright © 2005–2016 QOS.ch. All rights reserved.