log_command_complete

Macro log_command_complete 

Source
macro_rules! log_command_complete {
    ($cmd:expr, $duration_ms:expr) => { ... };
    ($cmd:expr, $duration_ms:expr, $($field:tt)*) => { ... };
}
Expand description

Helper macro for logging command completion with timing.