org.agileclick.genorm.runtime
Class NullLogger

java.lang.Object
  extended by org.agileclick.genorm.runtime.NullLogger
All Implemented Interfaces:
Logger

public class NullLogger
extends java.lang.Object
implements Logger


Constructor Summary
NullLogger()
           
 
Method Summary
 void debug(java.lang.Object msg)
           
 void error(java.lang.Object msg)
           
 void error(java.lang.Object msg, java.lang.Throwable t)
           
 void info(java.lang.Object msg)
           
 boolean isDebug()
           
 boolean isInfo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullLogger

public NullLogger()
Method Detail

debug

public void debug(java.lang.Object msg)
Specified by:
debug in interface Logger

error

public void error(java.lang.Object msg)
Specified by:
error in interface Logger

error

public void error(java.lang.Object msg,
                  java.lang.Throwable t)
Specified by:
error in interface Logger

isDebug

public boolean isDebug()
Specified by:
isDebug in interface Logger

isInfo

public boolean isInfo()
Specified by:
isInfo in interface Logger

info

public void info(java.lang.Object msg)
Specified by:
info in interface Logger