Skip to main content

Module log_layer

Module log_layer 

Source
Expand description

Custom tracing layer for TUI mode

This module implements a tracing subscriber layer that captures log events and stores them in a shared buffer for display in the TUI log panel, instead of writing to stdout which would break the ratatui alternate screen.

Structsยง

TuiLogLayer
A tracing layer that captures log events for TUI display