Macro debug

Source
macro_rules! debug {
    (target=$target:expr,$($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Log a message with the debug level. Regular formatting may be used.