DiviArea.Debug.error(...args)
Display an error in the JS console
Params
args
- Data to display in the JS console.
Returns
The function does not return anything.
Notes
This method will always output the error details, even JS debugging is disabled.
https://developer.mozilla.org/en-US/docs/Web/API/Console/error