Interface Log

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

public interface Log
The Interface Log.
  • Method Details

    • isDebugEnabled

      boolean isDebugEnabled()
      Checks if is debug enabled.
      Returns:
      true, if is debug enabled
    • error

      void error(String s, Throwable e)
      Error.
      Parameters:
      s - the s
      e - the e
    • error

      void error(String s)
      Error.
      Parameters:
      s - the s
    • debug

      void debug(String s)
      Debug.
      Parameters:
      s - the s
    • warn

      void warn(String s)
      Warn.
      Parameters:
      s - the s