macro_rules! info { ($($arg:tt)*) => { ... }; }
Logs a message at the INFO level.
info!("Application started");