Interface Log

All Known Implementing Classes:
JakartaCommonsLoggingImpl, Jdk14LoggingImpl, Log4j2Impl, Log4jImpl, NoLoggingImpl, SLF4JImpl

public interface Log
  • Method Details

    • isDebugEnabled

      boolean isDebugEnabled()
    • error

      void error(String msg, Throwable e)
    • error

      void error(String msg)
    • isInfoEnabled

      boolean isInfoEnabled()
    • info

      void info(String msg)
    • debug

      void debug(String msg)
    • debug

      void debug(String msg, Throwable e)
    • isWarnEnabled

      boolean isWarnEnabled()
    • warn

      void warn(String msg)
    • warn

      void warn(String msg, Throwable e)
    • isErrorEnabled

      boolean isErrorEnabled()
    • getErrorCount

      int getErrorCount()
    • getWarnCount

      int getWarnCount()
    • getInfoCount

      int getInfoCount()
    • getDebugCount

      int getDebugCount()
    • resetStat

      void resetStat()