Module logging

Module logging 

Source
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;

Modules§

buffer
This module provides a buffer for storing and managing log entries.
collector
This module provides a tracing layer for collecting log entries and sending them to the TUI.