Macro celp_sdk::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");