|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Journal::fatal | ( | Component | component, |
| Context | context, | ||
| std::source_location | location, | ||
| format_string< Args... > | fmt_str, | ||
| Args &&... | args | ||
| ) |
fmt-style overload of fatal().
Log a fatal message and abort the program.
| component | The component generating the log message. |
| context | The execution context of the log message. |
| location | Source location (file, line, function) of the log call. |
| message | The fatal message content. |
| Args | Types of the format arguments. |
| fmt_str | The format string. |
| args | The format arguments. |
Definition at line 249 of file Archivist.hpp.
References FATAL, format(), MayaFlux::Journal::Archivist::instance(), and MayaFlux::Journal::Archivist::scribe().
Here is the call graph for this function: