Logs a message for debugging purposes. On the browser this will show up in the console (simialr to console.log). On the server side and output creation this will show up in the log file.
The message to log. Can be a string or an object.
Generated using TypeDoc
The console object is used to log messages for debugging purposes.