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

◆ sink_journal_to_console()

MAYAFLUX_API void MayaFlux::Config::sink_journal_to_console ( )

Outputs journal entries to the console by adding a ConsoleSink to the Archivist NOTE: This records thread safe entries and cannot unsink once called.

Definition at line 72 of file Config.cpp.

73{
74 Journal::Archivist::instance().add_sink(std::make_unique<Journal::ConsoleSink>());
75}

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

+ Here is the call graph for this function: