[#absl-StatusBuilder-LogEvery-0b] = xref:absl.adoc[absl]::xref:absl/StatusBuilder.adoc[StatusBuilder]::LogEvery :relfileprefix: ../../ :mrdocs: Mutates the builder so that the result status will be logged once per period (without a stack trace) when this builder is converted to a Status. == Synopses Declared in `<absl/status/status_builder.h>` Mutates the builder so that the result status will be logged once per period (without a stack trace) when this builder is converted to a Status. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/StatusBuilder.adoc[StatusBuilder]& xref:absl/StatusBuilder/LogEvery-02.adoc[LogEvery]( xref:absl/LogSeverity.adoc[absl::LogSeverity] level, xref:absl/Duration.adoc[absl::Duration] period) &; ---- [.small]#xref:absl/StatusBuilder/LogEvery-02.adoc[_» more..._]# Mutates the builder so that the result status will be logged once per period (without a stack trace) when this builder is converted to a Status. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:absl/StatusBuilder.adoc[StatusBuilder]&& xref:absl/StatusBuilder/LogEvery-0f.adoc[LogEvery]( xref:absl/LogSeverity.adoc[absl::LogSeverity] level, xref:absl/Duration.adoc[absl::Duration] period) &&; ---- [.small]#xref:absl/StatusBuilder/LogEvery-0f.adoc[_» more..._]# == Return Value `*this` to allow method chaining. == Parameters [cols="1,4"] |=== | Name| Description | *level* | The severity level at which to log the result status. | *period* | The minimum period between logged invocations. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#