absl::StatusBuilder::SetNoLogging

Mutates the builder to disable any logging that was set using any of the logging functions below.

Synopsis

Declared in <absl/status/status_builder.h>

StatusBuilder&
SetNoLogging() &;

Return Value

*this to allow method chaining.