|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Journal::Archivist::scribe_simple | ( | Component | component, |
| Context | context, | ||
| std::string_view | message | ||
| ) |
Log a simple message without source location information.
This method is intended for use in contexts where source location is not available or needed. It is not effected by severity filters, so use sparingly.
| component | The component generating the log message. |
| context | The execution context of the log message. |
| message | The log message content. |
Definition at line 388 of file Archivist.cpp.
References m_impl, and MayaFlux::Journal::NONE.
Referenced by MayaFlux::Journal::print(), and MayaFlux::Journal::print().
Here is the caller graph for this function: