The Log tab (in backtesting or cBot run) shows output messages and events. In backtesting, the Log tab records all console output and system messages, which is searchable by event type. For example, Print("message")
in the cBot will appear in the Log. The help text: “the ‘Log’ tab displays your cBot output throughout backtesting”.