Expand description
Async logging engine: the heart of expman-rs.
LoggingEngine::new() spawns a background tokio task that owns all file handles.
log_metrics() is a channel send — O(1), never blocks the experiment process.
The background task batches rows and flushes to Parquet periodically.
Structs§
- Logging
Engine - The non-blocking logging engine.