OpenWGA 7.10 - TMLScript reference

Console
Method :

log(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
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events