Outputs a message to the console with the log level 'debug'.
Rest
...args: ConsoleArg[]The data to log.
Outputs a message to the console with the log level 'error'.
Rest
...args: ConsoleArg[]The data to log.
Outputs a message to the console with the log level 'info'.
Rest
...args: ConsoleArg[]The data to log.
Outputs a message to the console with the log level 'warn'.
Rest
...args: ConsoleArg[]The data to log.
A console interface similar to that provided by the DOM or Node. It will print to D2RMM's logs tab.
See
https://developer.mozilla.org/en-US/docs/Web/API/Console
Example