Trace

<< Click to Display Table of Contents >>

 

Trace

Trace(MessageText, [LogTimeStamp], [BreakLine])

This method allows registering messages in E3's log. This method can be used, for example, to register debugging messages for scripts executed in E3 Studio.

Parameters of the Trace method

Parameter

Description

MessageText

A user-defined message

LogTimeStamp

A Boolean indicating whether each record must contain a timestamp. This parameter is optional and ignored in E3 Studio

BreakLine

A Boolean indicating whether a line break must exist at the end of each message. This parameter is optional and ignored in E3 Studio

Was this page useful?