Class StdOutImpl

java.lang.Object
org.apache.ibatis.logging.stdout.StdOutImpl
All Implemented Interfaces:
Log

public class StdOutImpl extends Object implements Log
Author:
Clinton Begin
  • Constructor Details Link icon

    • StdOutImpl Link icon

      public StdOutImpl(String clazz)
  • Method Details Link icon

    • isDebugEnabled Link icon

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface Log
    • isTraceEnabled Link icon

      public boolean isTraceEnabled()
      Specified by:
      isTraceEnabled in interface Log
    • error Link icon

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

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

      public void debug(String s)
      Specified by:
      debug in interface Log
    • trace Link icon

      public void trace(String s)
      Specified by:
      trace in interface Log
    • warn Link icon

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