Macro trace

Source
macro_rules! trace {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}