Class ConfigLoggingHandler


  • public class ConfigLoggingHandler
    extends FormHandler
    Handler to deal with form submissions from the logging config form and act upon the values.
    • Constructor Detail

      • ConfigLoggingHandler

        public ConfigLoggingHandler()
    • Method Detail

      • processForm

        protected void processForm()
        Description copied from class: FormHandler
        Implement this to perform the final processing (in turn, adding formNotice and formError messages, etc) Will only be called if _action is non-null and the nonce is valid.
        Specified by:
        processForm in class FormHandler
      • setShouldsave

        public void setShouldsave​(String moo)
      • setLevels

        public void setLevels​(String levels)
      • setDefaultloglevel

        public void setDefaultloglevel​(String level)
      • setLogfilename

        public void setLogfilename​(String filename)
      • setLogformat

        public void setLogformat​(String format)
      • setLogdateformat

        public void setLogdateformat​(String format)
      • setLogfilesize

        public void setLogfilesize​(String size)
      • setNewlogclass

        public void setNewlogclass​(String s)
        Since:
        0.8.1
      • setNewloglevel

        public void setNewloglevel​(String s)
        Since:
        0.8.1