Uses of Interface
ch.qos.logback.core.spi.PropertyContainer
Package
Description
Contains logback classic main classes.
Contains the main classes of logback core.
Contains core functionalities of logback, such as
AppenderAttachable
and
LifeCycle
.Contains various utility classes.
-
Uses of PropertyContainer in ch.qos.logback.classic
Modifier and TypeClassDescriptionclass
LoggerContext glues many of the logback-classic components together. -
Uses of PropertyContainer in ch.qos.logback.classic.tyler
-
Uses of PropertyContainer in ch.qos.logback.core
Modifier and TypeInterfaceDescriptioninterface
A context is the main anchorage point of all logback components. -
Uses of PropertyContainer in ch.qos.logback.core.joran.conditional
Modifier and TypeMethodDescriptionvoid
PropertyWrapperForScripts.setPropertyContainers
(PropertyContainer local, PropertyContainer context) -
Uses of PropertyContainer in ch.qos.logback.core.joran.spi
Modifier and TypeClassDescriptionclass
An InterpretationContext contains the contextual state of a Joran parsing session. -
Uses of PropertyContainer in ch.qos.logback.core.model.processor
-
Uses of PropertyContainer in ch.qos.logback.core.model.util
Modifier and TypeClassDescriptionclass
Helper methods to deal with properties. -
Uses of PropertyContainer in ch.qos.logback.core.spi
Modifier and TypeInterfaceDescriptioninterface
An interface extending bothPropertyContainer
andContextAware
-
Uses of PropertyContainer in ch.qos.logback.core.subst
Modifier and TypeMethodDescriptionstatic String
NodeToStringTransformer.substituteVariable
(String input, PropertyContainer pc0, PropertyContainer pc1) ModifierConstructorDescriptionNodeToStringTransformer
(Node node, PropertyContainer propertyContainer0) NodeToStringTransformer
(Node node, PropertyContainer propertyContainer0, PropertyContainer propertyContainer1) -
Uses of PropertyContainer in ch.qos.logback.core.util
Modifier and TypeMethodDescriptionstatic 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