打印 Debug 级别日志
static void d(Object object, {String tag = _defaultTag}) { log(LogLevel.debug, object, tag: tag); }