Logger
Last updated
Last updated
Logger is a help log instance, to print out to console in the dev tools in the browser with prettifying the output depending on the log level
Think about Logger as the same console.log/console.warn/console.error, so you can pass arguments to to each method as many as you wish.
Logger.debug() will only output if the Dashboard is running in debug mode.
name
output color
log
blue
error
red
warn
yellow
debug
blue