org.nakedobjects.utility
Class NullLog

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

public class NullLog
extends java.lang.Object
implements Log


Constructor Summary
NullLog()
           
 
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

NullLog

public NullLog()
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