macro_rules! log_info {
    ($logger: expr, $($arg:tt)*) => { ... };
}
Expand description

Log at the INFO level.