ch.qos.logback.core.joran.action
Class ActionUtil
java.lang.Object
ch.qos.logback.core.joran.action.ActionUtil
public class ActionUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionUtil
public ActionUtil()
stringToScope
public static ActionUtil.Scope stringToScope(String scopeStr)
setProperty
public static void setProperty(InterpretationContext ic,
String key,
String value,
ActionUtil.Scope scope)
setProperties
public static void setProperties(InterpretationContext ic,
Properties props,
ActionUtil.Scope scope)
- Add all the properties found in the argument named 'props' to an
InterpretationContext.
Copyright © 2005-2013 QOS.ch. All Rights Reserved.