[#absl-StatusBuilder-SetNoLogging-07] = 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"] ---- xref:absl/StatusBuilder.adoc[StatusBuilder]& SetNoLogging() &; ---- == Return Value `*this` to allow method chaining. [.small]#Created with https://www.mrdocs.com[MrDocs]#