|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Journal::scribe | ( | Severity | severity, |
| Component | component, | ||
| Context | context, | ||
| std::source_location | location, | ||
| const char * | msg_or_fmt, | ||
| Args &&... | args | ||
| ) |
printf-style overload of scribe().
Log a message with the specified severity, component, and context.
Captures the source location automatically.
| severity | The severity level of the log message. |
| 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 log message content. |
| msg_or_fmt | The format string. |
| args | The format arguments. |
Definition at line 136 of file Archivist.hpp.
References format_runtime(), MayaFlux::Journal::Archivist::instance(), and MayaFlux::Journal::Archivist::scribe().
Here is the call graph for this function: