Class ActionUtil

java.lang.Object
ch.qos.logback.core.joran.action.ActionUtil

@Deprecated(since="2022-01-27") public class ActionUtil extends Object
Deprecated.
  • Constructor Details

    • ActionUtil

      public ActionUtil()
      Deprecated.
  • Method Details

    • stringToScope

      public static ActionUtil.Scope stringToScope(String scopeStr)
      Deprecated.
      Convert a string into a scope. Scole.LOCAL is returned by default.
      Parameters:
      scopeStr -
      Returns:
      a scope corresponding to the input string; Scope.LOCAL by default.
    • setProperty

      public static void setProperty(InterpretationContext ic, String key, String value, ActionUtil.Scope scope)
      Deprecated.
    • setProperties

      public static void setProperties(InterpretationContext ic, Properties props, ActionUtil.Scope scope)
      Deprecated.
      Add all the properties found in the argument named 'props' to an InterpretationContext.