Interface DrinkLoggerSpec

All Known Implementing Classes:
DBPorter.SysoutLogger, DBTest.NullLogger, LocalDrinkLogger, NetLogClient

public interface DrinkLoggerSpec

The interface specifying the services to be provided by any logging mechanism.

Author:
Kevin Thompson [antiduh@csh.rit.edu]

Method Summary
 void println(String Message)
           
 

Method Detail

println

public void println(String Message)