ark::debuglog::DebugLoggerStage

Defined in header “ark/debuglog/stages/debug_logger_stage.hh”.


This stage will register with the debug logger to retrieve all debug log outputs; these can then be emitted to the real logger (or sent over comms to remote viewers).

Methods

  • DebugLoggerStage(std::string name)
    Constructor.

  • ~DebugLoggerStage()
    Destructor.

  • void initialize(pipeline::StageInterface & interface)
    Called from the executor when we are initialized.

  • void shutdown()
    Stops the stage, flushing remaining data.