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

◆ set_context_filter()

void MayaFlux::Journal::Archivist::set_context_filter ( Context  ctx,
bool  enabled 
)

Enable or disable logging for a specific context.

Parameters
ctxThe context to enable or disable.
enabledTrue to enable logging for the context, false to disable.

Definition at line 418 of file Archivist.cpp.

419{
420 m_impl->set_context_filter(ctx, enabled);
421}
std::unique_ptr< Impl > m_impl

References m_impl.

Referenced by MayaFlux::Config::set_journal_context_filter().

+ Here is the caller graph for this function: