@script::log

Writes the specified text string to the log.

Syntax:

@script::log("Log text")

Parameters:

Any text, enclosed in quotes, to record in the log.

Returns:

(Boolean) true for success; false for failure

Example:

For an example of this method, see the general examples for the @script object.