java.lang.Object
ch.qos.logback.core.joran.action.ActionUtil
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setProperty
(ContextAwarePropertyContainer ic, String key, String value, ActionUtil.Scope scope) static ActionUtil.Scope
stringToScope
(String scopeStr) Convert a string into a scope.
-
Constructor Details
-
ActionUtil
public ActionUtil()
-
-
Method Details
-
stringToScope
Convert a string into a scope. Scope.LOCAL is returned by default.- Parameters:
scopeStr
-- Returns:
- a scope corresponding to the input string; Scope.LOCAL by default.
-
setProperty
public static void setProperty(ContextAwarePropertyContainer ic, String key, String value, ActionUtil.Scope scope)
-