Creates a LogStreamer with a given severity that will log a message attributed to the given file and line.
Declared in <absl/log/log_streamer.h>
explicit
LogStreamer(
absl::LogSeverity severity,
std::string_view file,
int line);
| Name | Description |
|---|---|
| severity | The severity to log the buffered message at. |
| file | The source file the message is attributed to. |
| line | The source line the message is attributed to. |