Uses of Interface
ch.qos.logback.core.spi.PropertyContainer
Packages that use PropertyContainer
Package
Description
This is logback access' implementation for Jetty 8.
Contains the core classes of logback access.
This is logback access' implementation for Tomcat.
Contains logback classic main classes.
Contains the main classes of logback core.
Contains various utility classes.
-
Uses of PropertyContainer in ch.qos.logback.access.jetty
Classes in ch.qos.logback.access.jetty that implement PropertyContainerModifier and TypeClassDescriptionclassThis 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 PropertyContainerModifier and TypeClassDescriptionclassA minimal context implementation used by certain logback-access components, mainly SocketServer. -
Uses of PropertyContainer in ch.qos.logback.access.tomcat
Classes in ch.qos.logback.access.tomcat that implement PropertyContainerModifier and TypeClassDescriptionclassThis 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 PropertyContainerModifier and TypeClassDescriptionclassLoggerContext glues many of the logback-classic components together. -
Uses of PropertyContainer in ch.qos.logback.core
Subinterfaces of PropertyContainer in ch.qos.logback.coreModifier and TypeInterfaceDescriptioninterfaceA context is the main anchorage point of all logback components.Classes in ch.qos.logback.core that implement PropertyContainer -
Uses of PropertyContainer in ch.qos.logback.core.joran.conditional
Methods in ch.qos.logback.core.joran.conditional with parameters of type PropertyContainerModifier and TypeMethodDescriptionvoidPropertyWrapperForScripts.setPropertyContainers(PropertyContainer local, PropertyContainer context) Constructors in ch.qos.logback.core.joran.conditional with parameters of type PropertyContainer -
Uses of PropertyContainer in ch.qos.logback.core.joran.spi
Classes in ch.qos.logback.core.joran.spi that implement PropertyContainerModifier and TypeClassDescriptionclassAn 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 -
Uses of PropertyContainer in ch.qos.logback.core.subst
Methods in ch.qos.logback.core.subst with parameters of type PropertyContainerModifier and TypeMethodDescriptionstatic StringNodeToStringTransformer.substituteVariable(String input, PropertyContainer pc0, PropertyContainer pc1) Constructors in ch.qos.logback.core.subst with parameters of type PropertyContainerModifierConstructorDescriptionNodeToStringTransformer(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 PropertyContainerModifier and TypeMethodDescriptionstatic StringOptionHelper.propertyLookup(String key, PropertyContainer pc1, PropertyContainer pc2) static StringOptionHelper.substVars(String val, PropertyContainer pc1) static StringOptionHelper.substVars(String input, PropertyContainer pc0, PropertyContainer pc1) See http://logback.qos.ch/manual/configuration.html#variableSubstitution