Logs the result status at severity kWarning.
Synopses
Declared in <absl/status/status_builder.h>
Logs the result status at severity kWarning.
StatusBuilder&
LogWarning() &;
Logs the result status at severity kWarning.
[[nodiscard]]
StatusBuilder&&
LogWarning() &&;
Return Value
*this to allow method chaining.
Created with MrDocs