logDebug

Logger

Logs a debug message.

$m.logDebug("Debug level log");

Syntax

        $m.logDebug(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.