Returns a LogStreamer that writes at level LogSeverity::kLogDebugFatal.
Declared in <absl/log/log_streamer.h>
LogStreamer
LogDebugFatalStreamer(
std::string_view file,
int line);
In debug mode, 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::kLogDebugFatal.
| Name | Description |
|---|---|
| file | The source file the message is attributed to. |
| line | The source line the message is attributed to. |