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.
macro_rules! log_command_complete {
($cmd:expr, $duration_ms:expr) => { ... };
($cmd:expr, $duration_ms:expr, $($field:tt)*) => { ... };
}Helper macro for logging command completion with timing.