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. |
Created with MrDocs