Module buffer

Module buffer 

Source
Expand description

This module provides a buffer for storing and managing log entries.

The LogBuffer is used to collect log entries and send them to the UI in batches to avoid overwhelming the UI with too many updates.

Structsยง

LogBuffer
A buffer for storing and managing log entries.