Logs the result status at severity kWarning.

Synopsis

Declared in <absl/status/status_builder.h>

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

Return Value

*this to allow method chaining.

Note

The return value should not be discarded.

Created with MrDocs