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>
[[nodiscard]]
StatusBuilder&&
SetNoLogging() &&;
Return Value
*this to allow method chaining.
|
Note
|
The return value should not be discarded. |
Created with MrDocs