Interface Log

All Known Implementing Classes:
JakartaCommonsLoggingImpl, Jdk14LoggingImpl, Log4j2AbstractLoggerImpl, Log4j2Impl, Log4j2LoggerImpl, Log4jImpl, NoLoggingImpl, Slf4jImpl, StdOutImpl

public interface Log
Author:
Clinton Begin
  • Method Details Link icon

    • isDebugEnabled Link icon

      boolean isDebugEnabled()
    • isTraceEnabled Link icon

      boolean isTraceEnabled()
    • error Link icon

      void error(String s, Throwable e)
    • error Link icon

      void error(String s)
    • debug Link icon

      void debug(String s)
    • trace Link icon

      void trace(String s)
    • warn Link icon

      void warn(String s)