macro_rules! add_to_trace {
    ($title:expr, $msg:expr) => { ... };
}