Interface Log

    • Method Detail

      • isDebugEnabled

        boolean isDebugEnabled()
      • error

        void error​(String msg)
      • isInfoEnabled

        boolean isInfoEnabled()
      • info

        void info​(String msg)
      • debug

        void debug​(String msg)
      • isWarnEnabled

        boolean isWarnEnabled()
      • warn

        void warn​(String msg)
      • isErrorEnabled

        boolean isErrorEnabled()
      • getErrorCount

        int getErrorCount()
      • getWarnCount

        int getWarnCount()
      • getInfoCount

        int getInfoCount()
      • getDebugCount

        int getDebugCount()
      • resetStat

        void resetStat()