Macro queen_log::INFO [] [src]

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