Macro info

Source
macro_rules! info {
    ($($arg:tt)*) => { ... };
}
Expand description

ยงExample

use celp_sdk::info;

info!("I'd like to tell you about: {}", "what I'm doing now");