OpenWGA 7.10 - TMLScript reference
ConsoleMethod :
info(msg [, param, param, ...])
On object | Console |
Usage | Logs a message of log level "info" |
Description | Log level "info" is used for messages about expected operations and behaviour. |
Parameters |
msg (String) The message, eventually containing substitution patterns described on the Console object documentation param (Object) Any number of parameters that are inserted into the message at the position of substitution patterns |
Allowed in script types |
|