[][src]Macro xlog::info

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

Logs a message at the info level.