- All Superinterfaces:
ContextAware
,PropertyContainer
- All Known Implementing Classes:
ModelInterpretationContext
,TylerConfiguratorBase
,VariableSubstitutionsHelper
An interface extending both
PropertyContainer
and ContextAware
- Since:
- 1.5.1
-
Method Summary
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
Methods inherited from interface ch.qos.logback.core.spi.PropertyContainer
addSubstitutionProperties, addSubstitutionProperty, getCopyOfPropertyMap, getProperty
-
Method Details
-
subst
This method is used tp perform variable substitution.- Parameters:
input
-- Returns:
- a new string after variable substitution, if any.
-