Creates a LogStreamer with a given severity that will log a message attributed to the given source location.
Declared in <absl/log/log_streamer.h>
explicit
LogStreamer(
absl::LogSeverity severity,
absl::SourceLocation loc = absl::SourceLocation::current());
| Name | Description |
|---|---|
| severity | The severity to log the buffered message at. |
| loc | The source location the message is attributed to. |