Home
last modified time | relevance | path

Searched defs:LogNote (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/posix/platform/
Dlogger.hpp96 static void LogNote(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogNote() function in ot::Posix::Logger
Dtrel.cpp97 static void LogNote(const char *aFormat, ...) in LogNote() function
Dnetif.cpp310 static void LogNote(const char *aFormat, ...) in LogNote() function
/openthread-latest/src/core/common/
Dlog.hpp136 #define LogNote(...) Logger::LogAtLevel<kLogLevelNote>(kLogModuleName, __VA_ARGS__) macro
138 #define LogNote(...) macro
/openthread-latest/src/lib/spinel/
Dlogger.cpp84 void Logger::LogNote(const char *aFormat, ...) in LogNote() function in ot::Spinel::Logger