[#absl-StatusBuilder-SetNoLogging-0b] = 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. == 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/StatusBuilder.adoc[StatusBuilder]& xref:absl/StatusBuilder/SetNoLogging-07.adoc[SetNoLogging]() &; ---- [.small]#xref:absl/StatusBuilder/SetNoLogging-07.adoc[_» more..._]# Mutates the builder to disable any logging that was set using any of the logging functions below. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:absl/StatusBuilder.adoc[StatusBuilder]&& xref:absl/StatusBuilder/SetNoLogging-02.adoc[SetNoLogging]() &&; ---- [.small]#xref:absl/StatusBuilder/SetNoLogging-02.adoc[_» more..._]# == Return Value `*this` to allow method chaining. [.small]#Created with https://www.mrdocs.com[MrDocs]#