debug static method
void
debug(})
调试信息
message 内容
title 标题
hasPrintLog 是否打印日志
hasWriteLog 是否写入日志
Implementation
static void debug(Object message, {String title = '', bool hasPrintLog = true, hasWriteLog = true}) {
_Logger.debug(message, title: title, hasPrintLog: hasPrintLog, hasWriteLog: hasWriteLog);
}