MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ fatal() [2/2]

void MayaFlux::Journal::fatal ( Component  component,
Context  context,
std::source_location  location,
std::string_view  message 
)
inline

Log a fatal message and abort the program.

Parameters
componentThe component generating the log message.
contextThe execution context of the log message.
locationSource location (file, line, function) of the log call.
messageThe fatal message content.

Definition at line 232 of file Archivist.hpp.

234{
235 Archivist::instance().scribe(Severity::FATAL, component, context, message, location);
236 std::abort();
237}

References FATAL, MayaFlux::Journal::Archivist::instance(), and MayaFlux::Journal::Archivist::scribe().

+ Here is the call graph for this function: