Skip to main content

debug

Macro debug 

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

The debug macro provides a wrapper for the log macro at level log::Level::Debug