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

◆ scribe() [2/2]

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

Log a message with the specified severity, component, and context.

Captures the source location automatically.

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

Definition at line 121 of file Archivist.hpp.

123{
124 Archivist::instance().scribe(severity, component, context, message, location);
125}

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

+ Here is the call graph for this function: