Macro celp_sdk::trace

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

§Example

use celp_sdk::trace;

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