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() &;
Mutates the builder to disable any logging that was set using any of the logging functions below.
[[nodiscard]]
StatusBuilder&&
SetNoLogging() &&;
Return Value
*this to allow method chaining.
Created with MrDocs