Macro info

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

Logs a message at the INFO level.

ยงExamples

info!("Application started");