OpenWGA 7.11 - TMLScript reference
ConsoleMethod :
warn(msg [, param, param, ...])
On object | Console |
Usage | Logs a message of log level "warn" |
Description | Log level "warn" is used for messages about malfunctionings or unexpected behaviour/results, which however may not have a serious impact to the system. |
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 |
|