Elementals.js

Latest Version: 3.7 Final 20 December 2018

Method _.Log.error

Summary:

Throws a new scripting error with the passed message. This will typically halt all further script execution.

As part of the _.Log object it allows the properties of that object to be called via an index, simplifying how debugging works in routines like the ajax handler.

Calling Convention:
_.Log.error(message)
Parameters:
message
The message to be logged.
Returns:
Nothing

Advertisement