macro_rules! debug { ($($arg:tt)+) => { ... }; }
Same as log::debug!, but will additionally print to stdout if the print_debug feature is enabled