Macro logi::info

source ·
macro_rules! info {
    ($($arg:tt)+) => { ... };
}
Expand description

📰 - Logs a message at the info level.