debug

Macro debug 

Source
macro_rules! debug {
    ($($tt:tt)*) => { ... };
}
Available on crate feature reflect and non-crate feature log only.
Expand description

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