logInfo
Logger
Logs an info message.
$m.logDebug("Info level log"); |
Syntax
$m.logInfo(message [, tag])
Parameters
message
string (required)
Message to log.
tag
string (optional)
Tag is used to identify the source of log message. Default value is the name of the current page.