macro_rules! ic_msg {
($invoke_context:expr, $message:expr) => { ... };
($invoke_context:expr, $fmt:expr, $($arg:tt)*) => { ... };
}
Expand description
Convenience macro to log a message with an InvokeContext
macro_rules! ic_msg {
($invoke_context:expr, $message:expr) => { ... };
($invoke_context:expr, $fmt:expr, $($arg:tt)*) => { ... };
}
Convenience macro to log a message with an InvokeContext