macro_rules! log_debug { ($fmt:expr) => { ... }; ($fmt:expr, $($arg:expr),*) => { ... }; }
Debug logging macro with automatic bright blue coloring