Macro queen_log::WARN [] [src]

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