<< Click to Display Table of Contents >>
Trace |
Trace(MessageText, [LogTimeStamp], [BreakLine])
This method allows registering messages in Elipse Power's log. This method can be used, for example, to register debugging messages for scripts executed in Elipse Power 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 Elipse Power Studio |
BreakLine |
A Boolean indicating whether a line break must exist at the end of each message. This parameter is optional and ignored in Elipse Power Studio |