Elementals.js

Latest Version: 3.7 Final 20 December 2018

Method _.Log.log

Summary:

console.log's the passed message. Should the browser not support the console object, _.Log.append will be called instead.

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

Advertisement