Difference between revisions of "Bot Playground/Logging"
From SmartBots Developers Docs
Line 15: | Line 15: | ||
* entries are being added on error | * entries are being added on error | ||
| | | | ||
− | * entries are being added using [[../ | + | * entries are being added using [[../Built-in_Functions/console.log|console.log()]] or [[../Built-in_Functions/console.warn|console.warn()]] |
|- | |- |
Revision as of 12:34, 30 July 2025
There are two types of logs at Playground:
- error log
- runtime log
Log differences
Error log | Runtime log |
---|---|
|
|
|
|