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

Log at the debug level