macro_rules! info { ($($arg:tt)*) => { ... }; }
use celp_sdk::info; info!("I'd like to tell you about: {}", "what I'm doing now");