Mutates the builder to disable any logging that was set using any of the logging functions below.
Declared in <absl/status/status_builder.h>
<absl/status/status_builder.h>
[[nodiscard]] StatusBuilder&& SetNoLogging() &&;
*this to allow method chaining.
*this
The return value should not be discarded.