ark::debuglog::DebugLoggerPlugin

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


This consumes debuglog messages and presents them in a debug log view, which allows you to see status of a remote system.

Methods

  • DebugLoggerPlugin(std::string name, std::string comms_namespace)
    Constructor. Initializes the plugin defaults.

  • ~DebugLoggerPlugin()
    Virtual destructor, for cleanup.

  • void initialize(gui::PluginInterface & interface)
    Called during initialization. This gives you a chance to register you widget elements and communication methods.