打印 Info 级别日志
void logi(Object object, {String tag = LogUtil._defaultTag}) { LogUtil.i(object, tag: tag); }