pub type OnLog = Box<dyn Fn(EnvLog) + Send + Sync>;
Log event handler: receives structured events during test execution.
pub struct OnLog(/* private fields */);