Mutates the builder so that the result status will be logged every N invocations (without a stack trace) when this builder is converted to a Status.
Declared in <absl/status/status_builder.h>
[[nodiscard]]
StatusBuilder&&
LogEveryN(
absl::LogSeverity level,
int n) &&;
This overrides the logging settings from earlier calls to any of the logging mutator functions.
| Name | Description |
|---|---|
| level | The severity level at which to log the result status. |
| n | Log only once per n invocations. |