Difference between revisions of "Bot Playground/Built-in Functions/console.warn"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>Logs warning data to the log.</onlyinclude> Read more about error logs. <syntaxhighlight lang="javascript"> co...")
(No difference)

Revision as of 12:32, 30 July 2025

Logs warning data to the log. Read more about error logs.

console.warn(...arguments);

Reference

This command accepts the following parameters:

Variable Required Description


Input:
...arguments yes any number of arguments to be logged to the log. Objects can be translated to a string using JSON.stringify()
Output:
result This function does not return anything