|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Journal::error | ( | Component | component, |
| Context | context, | ||
| std::source_location | location, | ||
| std::string_view | message | ||
| ) |
Log an error message and optionally throw an exception.
| ExceptionType | The exception type to throw when behavior == LogAndThrow. |
| context | The execution context of the log message. |
| location | Source location (file, line, function) of the log call. |
| message | The error message content. |
Definition at line 266 of file Archivist.hpp.
References ERROR, MayaFlux::Journal::Archivist::instance(), and MayaFlux::Journal::Archivist::scribe().
Here is the call graph for this function: