pub async fn log_timed( level: LogLevel, command: &str, message: &str, duration_ms: u64, ) -> Result<(), String>
Helper function to log timed events with the global logger