public interface LogHandler
Programs may create an instance of the log handler class,
and may store closure data in fields of that instance.
Programs call DataGrid.setLogHandler
to register that instance.
| Modifier and Type | Method and Description |
|---|---|
void |
log(TibDateTime timestamp,
java.lang.String statement)
Process log statements.
|
void log(TibDateTime timestamp, java.lang.String statement)
Log Callback Restrictions:
For important restrictions, see the section Log Output Targets in TIBCO ActiveSpaces Development.
timestamp - DataGrid supplies the time at which it emitted the log statement.statement - DataGrid supplies the log statement.