Uses of Interface
ch.qos.logback.core.spi.PropertyContainer
-
Packages that use PropertyContainer Package Description ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.classic.tyler Contains components for Logback Tyler configuration management and monitoring.ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses.ch.qos.logback.core.joran.conditional Contains conditional configuration processing support for Joran.ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework.ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.core.model.util Contains utility classes for configuration model operations.ch.qos.logback.core.spi Contains core functionalities of logback, such asAppenderAttachableandLifeCycle.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 Modifier and Type Class Description classLoggerContextLoggerContext glues many of the logback-classic components together. -
Uses of PropertyContainer in ch.qos.logback.classic.tyler
Classes in ch.qos.logback.classic.tyler that implement PropertyContainer Modifier and Type Class Description classTylerConfiguratorBase -
Uses of PropertyContainer in ch.qos.logback.core
Subinterfaces of PropertyContainer in ch.qos.logback.core Modifier and Type Interface Description interfaceContextA context is the main anchorage point of all logback components.Classes in ch.qos.logback.core that implement PropertyContainer Modifier and Type Class Description classContextBase -
Uses of PropertyContainer in ch.qos.logback.core.boolex
Methods in ch.qos.logback.core.boolex that return PropertyContainer Modifier and Type Method Description PropertyContainerPropertyCondition. getLocalPropertyContainer()Returns the localPropertyContainerused for property lookups specific to the embedding configurator.PropertyContainerPropertyConditionBase. getLocalPropertyContainer()Returns the local property container used by this evaluator.Methods in ch.qos.logback.core.boolex with parameters of type PropertyContainer Modifier and Type Method Description voidPropertyCondition. setLocalPropertyContainer(PropertyContainer aPropertyContainer)Sets aPropertyContainerspecific to the embedding configurator, which is used for property lookups in addition to the globalContextproperties.voidPropertyConditionBase. setLocalPropertyContainer(PropertyContainer aLocalPropertyContainer)Sets the local property container for this evaluator. -
Uses of PropertyContainer in ch.qos.logback.core.joran.conditional
Methods in ch.qos.logback.core.joran.conditional with parameters of type PropertyContainer Modifier and Type Method Description voidPropertyWrapperForScripts. setPropertyContainers(PropertyContainer local, PropertyContainer context)Constructors in ch.qos.logback.core.joran.conditional with parameters of type PropertyContainer Constructor Description PropertyEvalScriptBuilder(PropertyContainer localPropContainer) -
Uses of PropertyContainer in ch.qos.logback.core.joran.spi
Classes in ch.qos.logback.core.joran.spi that implement PropertyContainer Modifier and Type Class Description classSaxEventInterpretationContextAn InterpretationContext contains the contextual state of a Joran parsing session. -
Uses of PropertyContainer in ch.qos.logback.core.model.processor
Classes in ch.qos.logback.core.model.processor that implement PropertyContainer Modifier and Type Class Description classModelInterpretationContext -
Uses of PropertyContainer in ch.qos.logback.core.model.util
Classes in ch.qos.logback.core.model.util that implement PropertyContainer Modifier and Type Class Description classVariableSubstitutionsHelperHelper methods to deal with properties. -
Uses of PropertyContainer in ch.qos.logback.core.spi
Subinterfaces of PropertyContainer in ch.qos.logback.core.spi Modifier and Type Interface Description interfaceContextAwarePropertyContainerAn interface extending bothPropertyContainerandContextAware -
Uses of PropertyContainer in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util with parameters of type PropertyContainer Modifier and Type Method Description static StringOptionHelper. propertyLookup(String key, PropertyContainer pc1, PropertyContainer pc2)Try to lookup the property in the following order: pc1 (the local property container, usually theModelInterpretationContext) pc2 (usually thecontext) System properties Environment variablesstatic StringOptionHelper. substVars(String val, PropertyContainer pc1)static StringOptionHelper. substVars(String input, PropertyContainer pc0, PropertyContainer pc1)See http://logback.qos.ch/manual/configuration.html#variableSubstitution
-