[#absl-LogDebugFatalStreamer-01] = xref:absl.adoc[absl]::LogDebugFatalStreamer :relfileprefix: ../ :mrdocs: Returns a LogStreamer that writes at level LogSeverity::kLogDebugFatal. == Synopsis Declared in `<absl/log/log_streamer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/LogStreamer.adoc[LogStreamer] LogDebugFatalStreamer(xref:absl/SourceLocation.adoc[absl::SourceLocation] loc = absl::SourceLocation::current()); ---- == Description In debug mode, 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::kLogDebugFatal. == Parameters [cols="1,4"] |=== | Name| Description | *loc* | The source location the message is attributed to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#