Macro queen_log::LOG [] [src]

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