Class NewRuleAction

  • All Implemented Interfaces:
    ContextAware

    @Deprecated(since="2022-01-27")
    public class NewRuleAction
    extends Action
    Deprecated.
    • Constructor Detail

      • NewRuleAction

        public NewRuleAction()
        Deprecated.
    • Method Detail

      • begin

        public void begin​(InterpretationContext ec,
                          java.lang.String localName,
                          org.xml.sax.Attributes attributes)
        Deprecated.
        Instantiates an layout of the given class and sets its name.
        Specified by:
        begin in class Action
      • end

        public void end​(InterpretationContext ec,
                        java.lang.String n)
        Deprecated.
        Once the children elements are also parsed, now is the time to activate the appender options.
        Specified by:
        end in class Action