debug

Macro debug 

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

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