WRITELOG

Usage

TIBCO iProcess Workspace (Windows)

Writes a specified trace or debug message to a log file.

Syntax

WRITELOG (message)

where:

message is a text string, text field, or memo field specifying a message to be displayed.

Returns

The value of the message parameter outputs to the iProcess Workspace (Windows), iProcess Objects Server, or BG log.

Notes

Sets the E=8 debug string before saving the debug message in a log file.

Examples

WRITELOG("This is a test.")

Returns: SCRIPT_LOG: This is a test.