logError
Logger
Logs an error message.
$m.logDebug("Error level log"); |
Syntax
$m.logError(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.