macro_rules! mdlogger_cdebug {
($cat:tt, $($arg:tt)*) => { ... };
}Expand description
use this macro to do a categorized debug message type log
macro_rules! mdlogger_cdebug {
($cat:tt, $($arg:tt)*) => { ... };
}use this macro to do a categorized debug message type log