macro_rules! log { ($($arg:tt)*) => { ... }; }
Macro for logging to both stdout and tracing info Usage: log!(“message”) or log!(“format {}”, arg)