Page cover

arrow-right-to-bracketCustom Logs

Utility.log function allows you to make custom logs.

Utility.log('type', 'log') - Allows you to log anything and everything in console.
Utility.log('success', "Hello World")
Utility.log('error', "Hello World")
Utility.log('info', "Hello World")
Utility.log('debug', "Hello World")
Utility.log('addonLoad', "Hello World")

Last updated