Logs
Avo Codegen
Avo Codegen functions print logs prefixed with [avo]
Learn about controlling the logs output in Avo Codegen in the reference section.
Avo Inspector
Avo Inspector prints logs prefixed with
[avo] Avo Inspector
Logs are enabled by default in the development environment.
You can enable or disable the logs with the following code:
AvoInspector.setLogging(shouldPrintLogs)