[][src]Macro xlog::debug

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

Logs a message at the debug level.