Expand description
This module contains the logging infrastructure for the application.
It includes a tracing layer for collecting logs and a buffer for storing
them and sending them to the UI in batches.
Re-exports§
pub use buffer::LogBuffer;pub use collector::TUILogCollector;