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