com.niggle.util
Interface Log

All Known Implementing Classes:
ConsoleLog, FileLog

public interface Log

An interface to define a single method used for logging information.


Method Summary
 void println(java.lang.Object obj)
          This single method accepts an Object and produces a log entry from it.
 

Method Detail

println

public void println(java.lang.Object obj)
This single method accepts an Object and produces a log entry from it. Most implementation will use a toString().