Expand description
This module provides a tracing layer for collecting log entries and sending
them to the TUI.
Structsยง
- Message
Visitor ๐ - A
tracing::field::Visitimplementation for extracting the message from an event. - TUILog
Collector - A
tracinglayer that collects log entries and sends them to aLogBuffer.