debug

Macro debug 

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

Forwards to log::debug when the log feature is enabled