Searched defs:LogCrit (Results 1 – 5 of 5) sorted by relevance
64 static void LogCrit(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogCrit() function in ot::Posix::Logger
79 static void LogCrit(const char *aFormat, ...) in LogCrit() function
292 static void LogCrit(const char *aFormat, ...) in LogCrit() function
112 #define LogCrit(...) Logger::LogAtLevel<kLogLevelCrit>(kLogModuleName, __VA_ARGS__) macro114 #define LogCrit(...) macro
66 void Logger::LogCrit(const char *aFormat, ...) in LogCrit() function in ot::Spinel::Logger