Returns a LogStreamer that writes at level LogSeverity::kFatal.
Declared in <absl/log/log_streamer.h>
LogStreamer
LogFatalStreamer(absl::SourceLocation loc = absl::SourceLocation::current());
The program will be terminated when this LogStreamer is destroyed, regardless of whether any data were streamed in.
A LogStreamer configured to log at LogSeverity::kFatal.
| Name | Description |
|---|---|
| loc | The source location the message is attributed to. |