- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.classic.tyler.VariableModelHelper
-
- All Implemented Interfaces:
ContextAware
public class VariableModelHelper extends ContextAwareBase
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetProperties(Properties props, ActionUtil.Scope scope)voidsetProperty(String key, String value, ActionUtil.Scope scope)-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
-
-
-
Method Detail
-
setProperties
public void setProperties(Properties props, ActionUtil.Scope scope)
-
setProperty
public void setProperty(String key, String value, ActionUtil.Scope scope)
-
-