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

◆ print() [2/2]

void MayaFlux::Journal::print ( Component  component,
Context  context,
std::string_view  message 
)
inline

Log a simple message without source-location.

Intended for contexts where source location is unavailable or unnecessary. It is not effected by severity filters, so use sparingly.

Parameters
componentThe component generating the log message.
contextThe execution context of the log message.
messageThe log message content.

Definition at line 197 of file Archivist.hpp.

199{
200 Archivist::instance().scribe_simple(component, context, message);
201}

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

+ Here is the call graph for this function: