jist.runtime
Interface JistAPI.Logger

Enclosing class:
JistAPI

public static interface JistAPI.Logger

Interface for custom logger.


Method Summary
 void log(java.lang.Object o)
          Insert log entry.
 

Method Detail

log

void log(java.lang.Object o)
Insert log entry.

Parameters:
o - object to log, often a string