logWarn

Logger

Logs a warn message.

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

Syntax

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