Elementals.js

Latest Version: 3.7 Final 20 December 2018

Method _.Log.alert

Summary:

Calls Window.alert.

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.alert(message)
Parameters:
message
The message to be logged.
Returns:
Nothing

Advertisement