pub async fn debug_logging_loop(
context: &Context,
events: Receiver<DebugEventLogData>,
)
Expand description
Creates a loop which forwards all log messages send into the channel to the associated logging xdc.
pub async fn debug_logging_loop(
context: &Context,
events: Receiver<DebugEventLogData>,
)
Creates a loop which forwards all log messages send into the channel to the associated logging xdc.