Mutates the builder to disable any logging that was set using any of the logging functions below.
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...
*this to allow method chaining.