Searched refs:log_crit (Results 1 – 2 of 2) sorted by relevance
46 CONFIG_LOGLEVEL > 2 ? log_crit(fmt, ##__VA_ARGS__) : 0; \
161 #define log_crit(_fmt...) log(LOG_CATEGORY, LOGL_CRIT, ##_fmt) macro174 #define log_crit(_fmt, ...) printf(_fmt, ##__VA_ARGS__) macro
Completed in 4 milliseconds