macro_rules! debugln { ($fmt:expr $(, $($arg:tt)*)?) => { ... }; }
Prints out a debug message, wraps println! macro.
println!