Difference between revisions of "Bot Playground/Logging"

From SmartBots Developers Docs
Jump to: navigation, search
Line 15: Line 15:
 
* entries are being added on error
 
* entries are being added on error
 
|
 
|
* entries are being added using [[../Commands/console.log|console.log()]] or [[../Commands/console.warn|console.warn()]]
+
* 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
  • entries are being added on error
  • you can clear entries manually
  • clear manually or using "clear on run" option