[][src]Macro frame_support::runtime_print

[]
macro_rules! runtime_print {
    ($($arg:tt)+) => { ... };
}
[]

Print out a formatted message.

Example

frame_support::runtime_print!("my value is {}", 3);