打印 Warn 级别日志
void logw(Object object, {String tag = LogUtil._defaultTag}) { LogUtil.w(object, tag: tag); }