absl::StatusBuilder::LogInfo

Logs the result status at severity kInfo.

Synopsis

Declared in <absl/status/status_builder.h>

[[nodiscard]]
StatusBuilder&&
LogInfo() &&;

Return Value

*this to allow method chaining.

NOTE

The return value should not be discarded.