org.nakedobjects.utility
Interface Log

All Known Implementing Classes:
ConsoleLog, NullLog

public interface Log


Method Summary
 void log()
          Add a blnk line to the log
 void log(java.lang.String message)
          Add the specified message to the log
 

Method Detail

log

public void log()
Add a blnk line to the log


log

public void log(java.lang.String message)
Add the specified message to the log