Feedback

  • Contents
 

scripter.trace Method

Definition

This method works like IS_Action_Trace, by generating an entry to the trace log to aid in script debugging.

Syntax

scripter.trace(message, level);

Prototype

scripter.trace([in] String message, [in, optional] Long level)

Input Parameters

Message

Message is the trace message and is a string.

Level

Level is the tracing level and must be one of the following:

0

Error

1

Warning

2

Status

3

Note

If level is invalid or missing, "Status" is used instead.

Return Values

None.