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

◆ set_component_filter()

void MayaFlux::Journal::Archivist::set_component_filter ( Component  comp,
bool  enabled 
)

Enable or disable logging for a specific component.

Parameters
compThe component to enable or disable.
enabledTrue to enable logging for the component, false to disable.

Definition at line 410 of file Archivist.cpp.

411{
412 m_impl->set_component_filter(comp, enabled);
413}
std::unique_ptr< Impl > m_impl

References m_impl.