Returns a LogStreamer that writes at level LogSeverity::kInfo.
Declared in <absl/log/log_streamer.h>
LogStreamer
LogInfoStreamer(
std::string_view file,
int line);
A LogStreamer configured to log at LogSeverity::kInfo.
| Name | Description |
|---|---|
| file | The source file the message is attributed to. |
| line | The source line the message is attributed to. |