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