com.ibatis.common.logging.nologging
Class NoLoggingImpl

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

public class NoLoggingImpl
extends java.lang.Object
implements Log


Constructor Summary
NoLoggingImpl(java.lang.Class clazz)
           
 
Method Summary
 void debug(java.lang.String s)
           
 void error(java.lang.String s)
           
 void error(java.lang.String s, java.lang.Throwable e)
           
 boolean isDebugEnabled()
           
 void warn(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoLoggingImpl

public NoLoggingImpl(java.lang.Class clazz)
Method Detail

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface Log

error

public void error(java.lang.String s,
                  java.lang.Throwable e)
Specified by:
error in interface Log

error

public void error(java.lang.String s)
Specified by:
error in interface Log

debug

public void debug(java.lang.String s)
Specified by:
debug in interface Log

warn

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