Class EditableHandler

    • Constructor Detail

      • EditableHandler

        public EditableHandler​(EditableLogger logger,
                               java.lang.String alias)
    • Method Detail

      • getAlias

        public java.lang.String getAlias()
      • setAlias

        public void setAlias​(java.lang.String alias)
      • getHandlerClass

        public java.lang.Class getHandlerClass()
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • getFormatter

        public EditableFormatter getFormatter()
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getLevel

        public java.lang.String getLevel()
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • remove

        public void remove()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • setHandlerClass

        public void setHandlerClass​(java.lang.String className)
                             throws java.lang.ClassNotFoundException,
                                    java.io.IOException
        Throws:
        java.lang.ClassNotFoundException
        java.io.IOException
      • setLevel

        public void setLevel​(java.lang.String level)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getFilter

        public EditableFilter getFilter()
                                 throws java.lang.ClassNotFoundException,
                                        java.io.IOException
        Throws:
        java.lang.ClassNotFoundException
        java.io.IOException