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