console
ScratchTools.console
includes 3 functions:
ScratchTools.console.log
ScratchTools.console.warn
ScratchTools.console.error
Each function has one parameter, which will be displayed in the console when used. It's helpful for identifying bugs and finding breakpoints.