macro_rules! info {
    ($($tt:tt)*) => { ... };
}
Expand description

Equivalent to log::info! if the feature log is enabled, discarded otherwise.