Macro celp_sdk::critical

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

The following macros convert the ‘log’ crates macros to use our own log levels.


| SDK | log | |___|| | critical | error | | error | warn | | warning | info | | info | debug | | debug | trace |