[][src]Macro ic_cdk::println

macro_rules! println {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

Format and then print the formatted message