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