org.znerd.util.log
Class NullLimb

java.lang.Object
  extended by org.znerd.util.log.Limb
      extended by org.znerd.util.log.NullLimb

public class NullLimb
extends Limb

Limb implementation that discards all log messages (technically: logImpl(LogLevel, String, Throwable) has an empty implementation.


Constructor Summary
NullLimb()
           
 
Method Summary
protected  void logImpl(LogLevel level, String message, Throwable exception)
           
 
Methods inherited from class org.znerd.util.log.Limb
log, log, resetLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullLimb

public NullLimb()
Method Detail

logImpl

protected void logImpl(LogLevel level,
                       String message,
                       Throwable exception)
Overrides:
logImpl in class Limb


Copyright © 2011-2012. All Rights Reserved.