|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyContainer | |
---|---|
ch.qos.logback.access.jetty | This is logback access' implementation for Jetty. |
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.spi | |
ch.qos.logback.core.util | Contains various utility classes. |
Uses of PropertyContainer in ch.qos.logback.access.jetty |
---|
Classes in ch.qos.logback.access.jetty that implement PropertyContainer | |
---|---|
class |
RequestLogImpl
This class is logback's implementation of jetty's RequestLog interface. |
Uses of PropertyContainer in ch.qos.logback.access.spi |
---|
Classes in ch.qos.logback.access.spi that implement PropertyContainer | |
---|---|
class |
AccessContext
This class is a context that can be used by access to provide the basic functionnalities of a context to its components, mainly SocketServer. |
Uses of PropertyContainer in ch.qos.logback.access.tomcat |
---|
Classes in ch.qos.logback.access.tomcat that implement PropertyContainer | |
---|---|
class |
LogbackValve
This class is an implementation of tomcat's Valve interface, by extending ValveBase. |
Uses of PropertyContainer in ch.qos.logback.classic |
---|
Classes in ch.qos.logback.classic that implement PropertyContainer | |
---|---|
class |
LoggerContext
LoggerContext glues many of the logback-classic components together. |
Uses of PropertyContainer in ch.qos.logback.core |
---|
Subinterfaces of PropertyContainer in ch.qos.logback.core | |
---|---|
interface |
Context
|
Classes in ch.qos.logback.core that implement PropertyContainer | |
---|---|
class |
ContextBase
|
Uses of PropertyContainer in ch.qos.logback.core.joran.spi |
---|
Classes in ch.qos.logback.core.joran.spi that implement PropertyContainer | |
---|---|
class |
InterpretationContext
An InterpretationContext contains the contextual state of a Joran parsing session. |
Uses of PropertyContainer in ch.qos.logback.core.util |
---|
Methods in ch.qos.logback.core.util with parameters of type PropertyContainer | |
---|---|
static String |
OptionHelper.substVars(String val,
PropertyContainer pc)
Perform variable substitution in string val from the values
of keys found in context property map, and if that fails, then in the
system properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |