Class Log4jImpl

java.lang.Object
com.ibatis.common.logging.log4j.Log4jImpl
All Implemented Interfaces:
Log

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

    • Log4jImpl

      public Log4jImpl(Class clazz)
      Instantiates a new log 4 j 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