org.multiverse.instrumentation
Class NullInstrumenterLogger
java.lang.Object
org.multiverse.instrumentation.NullInstrumenterLogger
- All Implemented Interfaces:
- InstrumenterLogger
public class NullInstrumenterLogger
- extends Object
- implements InstrumenterLogger
The NullInstrumenterLogger is a InstrumenterLogger that doesn't do anything. It is useful if you don't want to have logging.
- Author:
- Peter Veentjer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullInstrumenterLogger
public NullInstrumenterLogger()
important
public void important(String msg,
Object... args)
- Specified by:
important in interface InstrumenterLogger
lessImportant
public void lessImportant(String msg,
Object... args)
- Specified by:
lessImportant in interface InstrumenterLogger
Copyright © 2008-2010 Multiverse. All Rights Reserved.