Interface Log

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

public interface Log
Author:
Clinton Begin
  • Method Details

    • isDebugEnabled

      boolean isDebugEnabled()
    • isTraceEnabled

      boolean isTraceEnabled()
    • error

      void error(String s, Throwable e)
    • error

      void error(String s)
    • debug

      void debug(String s)
    • trace

      void trace(String s)
    • warn

      void warn(String s)