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.

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.

StatusBuilder&
VLog(int verbose_level) &;
» more...

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

[[nodiscard]]
StatusBuilder&&
VLog(int verbose_level) &&;
» more...

Return Value

*this to allow method chaining.

Parameters

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