Skip to main content

Module log_capture

Module log_capture 

Expand description

A dual-output logger that captures log entries for the editor console while also printing to stderr for development.

Structsยง

EditorLogCapture
A log::Log implementation that stores entries in a shared buffer and also writes to stderr.