[][src]Macro stlog::info

macro_rules! info {
    ($logger:expr, $string:expr) => { ... };
    ($string:expr) => { ... };
}

Logs the given string literal at the INFO log level

For more details see the error! macro.