org.znerd.util.log
Class NullLimb
java.lang.Object
org.znerd.util.log.Limb
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullLimb
public NullLimb()
logImpl
protected void logImpl(LogLevel level,
String message,
Throwable exception)
- Overrides:
logImpl
in class Limb
Copyright © 2011-2012. All Rights Reserved.