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