Class DBPorter.SysoutLogger

java.lang.Object
  extended byDBPorter.SysoutLogger
All Implemented Interfaces:
DrinkLoggerSpec
Enclosing class:
DBPorter

public static class DBPorter.SysoutLogger
extends Object
implements DrinkLoggerSpec

TODO: Make this its own class.


Constructor Summary
DBPorter.SysoutLogger()
           
 
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

DBPorter.SysoutLogger

public DBPorter.SysoutLogger()
Method Detail

println

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