Macro tool::debug[][src]

macro_rules! debug {
    (target: $target:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
    () => { ... };
}

Alias for debug logs.