Searched defs:LogDebg (Results 1 – 5 of 5) sorted by relevance
128 static void LogDebg(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogDebg() function in ot::Posix::Logger
115 static void LogDebg(const char *aFormat, ...) in LogDebg() function
328 static void LogDebg(const char *aFormat, ...) in LogDebg() function
160 #define LogDebg(...) Logger::LogAtLevel<kLogLevelDebg>(kLogModuleName, __VA_ARGS__) macro162 #define LogDebg(...) macro
102 void Logger::LogDebg(const char *aFormat, ...) in LogDebg() function in ot::Spinel::Logger