Searched defs:LogNote (Results 1 – 5 of 5) sorted by relevance
96 static void LogNote(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogNote() function in ot::Posix::Logger
97 static void LogNote(const char *aFormat, ...) in LogNote() function
310 static void LogNote(const char *aFormat, ...) in LogNote() function
136 #define LogNote(...) Logger::LogAtLevel<kLogLevelNote>(kLogModuleName, __VA_ARGS__) macro138 #define LogNote(...) macro
84 void Logger::LogNote(const char *aFormat, ...) in LogNote() function in ot::Spinel::Logger