TIBCO FTL®
Public Member Functions | List of all members
TIBCO.FTL.ILogHandler Interface Reference

Customer programs may implement this interface to process FTL log statements. More...

Public Member Functions

void Log (TibDateTime timestamp, String statement)
 Process FTL log statements. More...
 

Detailed Description

Customer programs may implement this interface to process FTL log statements.

Programs may create an instance of the log handler class, and may store closure data in the fields of that instance. Programs call FTL.SetLogHandler to register that instance.

Member Function Documentation

void TIBCO.FTL.ILogHandler.Log ( TibDateTime  timestamp,
String  statement 
)

Process FTL log statements.

Log Callback Restrictions:

For important restrictions, see the section Log Output Targets in TIBCO FTL Development.

Parameters
timestampFTL supplies the time at which it emitted the log statement.
statementFTL supplies the log statement.