ui/widgets/log_panel library
Classes
- LogBuffer
- Circular buffer that retains the last maxEntries log entries and exposes a stream for new entries as they arrive.
- LogEntry
- A single log entry with all associated metadata.
- LogFilter
- Filter configuration for the log panel.
- LogPanel
- Full-featured log viewer panel with filtering, virtual scrolling, tail following, keyboard shortcuts, and expandable entries.
- LogService
- Singleton service that manages log collection, buffering, and export.
Enums
- LogLevel
- Severity levels for log entries, ordered from least to most severe.