macro_rules! trace { ($($arg:tt)+) => { ... }; () => { ... }; }
A custom log trace macro. Uses the log crate.