Class JakartaCommonsLoggingImpl

java.lang.Object
com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
All Implemented Interfaces:
Log

public class JakartaCommonsLoggingImpl extends Object implements Log
The Class JakartaCommonsLoggingImpl.
  • Constructor Details

    • JakartaCommonsLoggingImpl

      public JakartaCommonsLoggingImpl(Class clazz)
      Instantiates a new jakarta commons logging impl.
      Parameters:
      clazz - the clazz
  • Method Details

    • isDebugEnabled

      public boolean isDebugEnabled()
      Description copied from interface: Log
      Checks if is debug enabled.
      Specified by:
      isDebugEnabled in interface Log
      Returns:
      true, if is debug enabled
    • error

      public void error(String s, Throwable e)
      Description copied from interface: Log
      Error.
      Specified by:
      error in interface Log
      Parameters:
      s - the s
      e - the e
    • error

      public void error(String s)
      Description copied from interface: Log
      Error.
      Specified by:
      error in interface Log
      Parameters:
      s - the s
    • debug

      public void debug(String s)
      Description copied from interface: Log
      Debug.
      Specified by:
      debug in interface Log
      Parameters:
      s - the s
    • warn

      public void warn(String s)
      Description copied from interface: Log
      Warn.
      Specified by:
      warn in interface Log
      Parameters:
      s - the s