[#absl-StatusBuilder-VLog-03] = xref:absl.adoc[absl]::xref:absl/StatusBuilder.adoc[StatusBuilder]::VLog :relfileprefix: ../../ :mrdocs: Mutates the builder so that the result status will be VLOGged (without a stack trace) when this builder is converted to a Status. == Synopses Declared in `<absl/status/status_builder.h>` Mutates the builder so that the result status will be VLOGged (without a stack trace) when this builder is converted to a Status. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/StatusBuilder.adoc[StatusBuilder]& xref:absl/StatusBuilder/VLog-08.adoc[VLog](int verbose_level) &; ---- [.small]#xref:absl/StatusBuilder/VLog-08.adoc[_» more..._]# Mutates the builder so that the result status will be VLOGged (without a stack trace) when this builder is converted to a Status. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:absl/StatusBuilder.adoc[StatusBuilder]&& xref:absl/StatusBuilder/VLog-0d.adoc[VLog](int verbose_level) &&; ---- [.small]#xref:absl/StatusBuilder/VLog-0d.adoc[_» more..._]# == Return Value `*this` to allow method chaining. == Parameters [cols="1,4"] |=== | Name| Description | *verbose_level* | The verbosity level that would be passed to VLOG(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#