absl::StatusBuilder::SetNoLogging

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

Synopses

Declared in <absl/status/status_builder.h>

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

StatusBuilder&
SetNoLogging() &;
» more...

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

[[nodiscard]]
StatusBuilder&&
SetNoLogging() &&;
» more...

Return Value

*this to allow method chaining.