[#absl-LogFatalStreamer-09] = xref:absl.adoc[absl]::LogFatalStreamer :relfileprefix: ../ :mrdocs: Returns a LogStreamer that writes at level LogSeverity::kFatal. == Synopsis Declared in `<absl/log/log_streamer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/LogStreamer.adoc[LogStreamer] LogFatalStreamer( std::string_view file, int line); ---- == Description The program will be terminated when this `LogStreamer` is destroyed, regardless of whether any data were streamed in. == Return Value A LogStreamer configured to log at LogSeverity::kFatal. == Parameters [cols="1,4"] |=== | Name| Description | *file* | The source file the message is attributed to. | *line* | The source line the message is attributed to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#