ark::debuglog::DebugLogRenderGroup

Defined in header “ark/debuglog/gui/debug_logger_plugin.hh”.


Tracks a debuglog output group, along with how many entries inside that group we have successfully rendered.

Variables

  • std::shared_ptr< const DebugLogOutputGroup > group
    The group that came from the pipeline.

  • size_t rendered_count= 0
    The number of items within this group that we have already rendered.