Interface Logger


@ProviderType public interface Logger
This is a stripped down copy of the LogService 1.4 API (R7). It's trimmed down to the methods used by the optional support for R7 logging.
  • Field Details

  • Method Details

    • isDebugEnabled

      boolean isDebugEnabled()
    • debug

      void debug(String message)
    • debug

      void debug(String format, Object arg)
    • isInfoEnabled

      boolean isInfoEnabled()
    • info

      void info(String message)
    • info

      void info(String format, Object arg)
    • isWarnEnabled

      boolean isWarnEnabled()
    • warn

      void warn(String message)
    • warn

      void warn(String format, Object arg)
    • isErrorEnabled

      boolean isErrorEnabled()
    • error

      void error(String message)
    • error

      void error(String format, Object arg)