Macro debug

Source
macro_rules! debug {
    ($($arg:tt)+) => { ... };
}
Expand description

Same as log::debug!, but will additionally print to stdout if the print_debug feature is enabled