org.nakedobjects.utility
Class ConsoleLog

java.lang.Object
  extended byorg.nakedobjects.utility.ConsoleLog
All Implemented Interfaces:
Log

public class ConsoleLog
extends java.lang.Object
implements Log


Constructor Summary
ConsoleLog()
           
 
Method Summary
 void log()
          Add a blnk line to the log
 void log(java.lang.String message)
          Add the specified message to the log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleLog

public ConsoleLog()
Method Detail

log

public void log()
Description copied from interface: Log
Add a blnk line to the log

Specified by:
log in interface Log

log

public void log(java.lang.String message)
Description copied from interface: Log
Add the specified message to the log

Specified by:
log in interface Log