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