absl::StatusBuilder::LogError

Logs the result status at severity kError.

Synopsis

Declared in <absl/status/status_builder.h>

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

Return Value

*this to allow method chaining.

NOTE

The return value should not be discarded.