Skip to main content

Module engine

Module engine 

Source
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§

LoggingEngine
The non-blocking logging engine.

Enums§

LogLevel