Class Logger

java.lang.Object
  extended byLogger
All Implemented Interfaces:
DonkeyTalker.Logger

public class Logger
extends java.lang.Object
implements DonkeyTalker.Logger


Constructor Summary
Logger()
           
 
Method Summary
 void log(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger()
Method Detail

log

public void log(java.lang.String s)
Specified by:
log in interface DonkeyTalker.Logger