Class NoLoggingImpl

java.lang.Object
com.ibatis.common.logging.nologging.NoLoggingImpl
All Implemented Interfaces:
Log

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

    • NoLoggingImpl

      public NoLoggingImpl(Class clazz)
      Instantiates a new no 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