Macro trace_log

Source
macro_rules! trace_log {
    ($($tt:tt)*) => { ... };
}