Uses of Enum
ch.qos.logback.core.joran.action.ActionUtil.Scope
-
Uses of ActionUtil.Scope in ch.qos.logback.core.joran.action
Modifier and TypeMethodDescriptionstatic ActionUtil.Scope
ActionUtil.stringToScope
(String scopeStr) Convert a string into a scope.static ActionUtil.Scope
Returns the enum constant of this type with the specified name.static ActionUtil.Scope[]
ActionUtil.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
ActionUtil.setProperty
(ModelInterpretationContext ic, String key, String value, ActionUtil.Scope scope) -
Uses of ActionUtil.Scope in ch.qos.logback.core.model
Modifier and TypeMethodDescriptionstatic void
ModelUtil.setProperties
(ModelInterpretationContext ic, Properties props, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.static void
ModelUtil.setProperty
(ModelInterpretationContext mic, String key, String value, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.