macro_rules! trace { ($($arg:tt)*) => { ... }; }
Macro to log trace message. First lock the logger in static, then log the message.