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ยง
- Editor
LogCapture - A
log::Logimplementation that stores entries in a shared buffer and also writes to stderr.