DiviArea.Debug.info(...args)
Output info in the JS console, when JS debugging is enabled
Params
args
- Data to display in the JS console.
Returns
The function does not return anything.
Notes
This method does nothing when JS debugging is disabled.
https://developer.mozilla.org/en-US/docs/Web/API/Console/log