frame_support
macro_rules! runtime_print { ($($arg:tt)+) => { ... }; }
Print out a formatted message.
frame_support::runtime_print!("my value is {}", 3);