MayaFlux 0.4.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 281 of file Archivist.hpp.

283{
284 Archivist::instance().scribe(Severity::FATAL, component, context, message, location);
285 std::abort();
286}

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

+ Here is the call graph for this function: