absl::StatusBuilder::VLog

Mutates the builder so that the result status will be VLOGged (without a stack trace) when this builder is converted to a Status.

Synopsis

Declared in <absl/status/status_builder.h>

[[nodiscard]]
StatusBuilder&&
VLog(int verbose_level) &&;

Description

This overrides the logging settings from earlier calls to any of the logging mutator functions.

Return Value

*this to allow method chaining.

NOTE

The return value should not be discarded.

Parameters

NameDescription
verbose_levelThe verbosity level that would be passed to VLOG().