[#absl-StatusBuilder-SetNoLogging-02] = xref:absl.adoc[absl]::xref:absl/StatusBuilder.adoc[StatusBuilder]::SetNoLogging :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:absl/StatusBuilder.adoc[StatusBuilder]&& SetNoLogging() &&; ---- == Return Value `*this` to allow method chaining. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#