macro_rules! info { ($($args: expr),+) => { ... }; }
Logs an INFO message.
INFO
use scrypto::prelude::*; info!("Input number: {}", 100);