Macro trace

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

ยงExample

use celp_sdk::trace;

trace!("I'll inundate you with information!");