Class BaseAppender

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY_LOG_LEVEL  
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseAppender()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLevel()  
      boolean isEnable​(int level)  
      void setLevel​(int level)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseAppender

        public BaseAppender()
    • Method Detail

      • setLevel

        public void setLevel​(int level)
      • getLevel

        public int getLevel()
      • isEnable

        public boolean isEnable​(int level)
        Specified by:
        isEnable in interface ILog