Macro queen_log::TRACE [] [src]

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