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