Macro trace

Source
macro_rules! trace {
    ($fmt:literal $(, $fmt_arg:expr)*) => { ... };
}