Class SLF4JImpl

  • All Implemented Interfaces:
    Log

    public class SLF4JImpl
    extends Object
    implements Log
    • Constructor Detail

      • SLF4JImpl

        public SLF4JImpl​(org.slf4j.spi.LocationAwareLogger log)
      • SLF4JImpl

        public SLF4JImpl​(String loggerName)
    • Method Detail

      • isDebugEnabled

        public boolean isDebugEnabled()
        Specified by:
        isDebugEnabled in interface Log
      • error

        public void error​(String msg)
        Specified by:
        error in interface Log
      • isInfoEnabled

        public boolean isInfoEnabled()
        Specified by:
        isInfoEnabled in interface Log
      • info

        public void info​(String msg)
        Specified by:
        info in interface Log
      • debug

        public void debug​(String msg)
        Specified by:
        debug in interface Log
      • isWarnEnabled

        public boolean isWarnEnabled()
        Specified by:
        isWarnEnabled in interface Log
      • isErrorEnabled

        public boolean isErrorEnabled()
        Specified by:
        isErrorEnabled in interface Log
      • warn

        public void warn​(String msg)
        Specified by:
        warn in interface Log
      • getErrorCount

        public int getErrorCount()
        Specified by:
        getErrorCount in interface Log
      • getWarnCount

        public int getWarnCount()
        Specified by:
        getWarnCount in interface Log
      • getInfoCount

        public int getInfoCount()
        Specified by:
        getInfoCount in interface Log
      • getDebugCount

        public int getDebugCount()
        Specified by:
        getDebugCount in interface Log
      • resetStat

        public void resetStat()
        Specified by:
        resetStat in interface Log