Macro queen_log::DEBUG [] [src]

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