Uses of Interface
ch.qos.logback.core.spi.PropertyContainer

Packages that use PropertyContainer
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.subst   
ch.qos.logback.core.util Contains various utility classes. 
 

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
          A context is the main anchorage point of all logback components.
 

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.subst
 

Methods in ch.qos.logback.core.subst with parameters of type PropertyContainer
static String NodeToStringTransformer.substituteVariable(String input, PropertyContainer pc0, PropertyContainer pc1)
           
 

Constructors in ch.qos.logback.core.subst with parameters of type PropertyContainer
NodeToStringTransformer(Node node, PropertyContainer propertyContainer0)
           
NodeToStringTransformer(Node node, PropertyContainer propertyContainer0, PropertyContainer propertyContainer1)
           
 

Uses of PropertyContainer in ch.qos.logback.core.util
 

Methods in ch.qos.logback.core.util with parameters of type PropertyContainer
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-2013 QOS.ch. All Rights Reserved.