macro_rules! log_err { ($($arg:tt)*) => { ... }; }
macro for logging like eprintln! but with a red prefix