Class JakartaCommonsLoggingImpl

java.lang.Object
org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
All Implemented Interfaces:
Log

public class JakartaCommonsLoggingImpl extends Object implements Log
  • Constructor Details

    • JakartaCommonsLoggingImpl

      public JakartaCommonsLoggingImpl(Class<?> clazz)
  • Method Details

    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface Log
    • error

      public void error(String s, Throwable e)
      Specified by:
      error in interface Log
    • error

      public void error(String s)
      Specified by:
      error in interface Log
    • debug

      public void debug(String s)
      Specified by:
      debug in interface Log
    • warn

      public void warn(String s)
      Specified by:
      warn in interface Log
    • info

      public void info(String s)
      Specified by:
      info in interface Log