Class Jdk14LoggingImpl

java.lang.Object
com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
All Implemented Interfaces:
Log

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

    • Jdk14LoggingImpl

      public Jdk14LoggingImpl(Class clazz)
      Instantiates a new jdk 14 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