Searched defs:log_crit (Results 1 – 1 of 1) sorted by relevance
161 #define log_crit(_fmt...) log(LOG_CATEGORY, LOGL_CRIT, ##_fmt) macro174 #define log_crit(_fmt, ...) printf(_fmt, ##__VA_ARGS__) macro
Completed in 7 milliseconds