Macro frame_support::runtime_print[][src]

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

Print out a formatted message.

Example

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