debug static method
debug Logs to console in magenta, use for debug prints, LOG_LEVEL: 10
Implementation
static void debug(String text) {
_writeLog(text: text, label: "DEBUG", color: LogColor.magenta);
}
static void debug(String text) {
_writeLog(text: text, label: "DEBUG", color: LogColor.magenta);
}