Class DBTest.NullLogger

java.lang.Object
  extended byDBTest.NullLogger
All Implemented Interfaces:
DrinkLoggerSpec
Enclosing class:
DBTest

private static class DBTest.NullLogger
extends Object
implements DrinkLoggerSpec


Constructor Summary
private DBTest.NullLogger()
           
 
Method Summary
 void println(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBTest.NullLogger

private DBTest.NullLogger()
Method Detail

println

public void println(String msg)
Specified by:
println in interface DrinkLoggerSpec