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 FTL.setLogHandler
to register that instance.
Modifier and Type | Method and Description |
---|---|
void |
log(TibDateTime timestamp,
java.lang.String statement)
Process FTL log statements.
|
void log(TibDateTime timestamp, java.lang.String statement)
Log Callback Restrictions:
For important restrictions, see the section Log Output Targets in TIBCO FTL Development.
timestamp
- FTL supplies the time at which it emitted the log statement.statement
- FTL supplies the log statement.