Home
last modified time | relevance | path

Searched refs:LogInModule (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Dlog.hpp180 #define LogAt(aLogLevel, ...) Logger::LogInModule(kLogModuleName, aLogLevel, __VA_ARGS__)
191 #define LogAlways(...) Logger::LogInModule("", kLogLevelNone, __VA_ARGS__)
308 static void LogInModule(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, ...)
Dlog.cpp84 void Logger::LogInModule(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, ...) in LogInModule() function in ot::Logger
200 LogInModule(aModuleName, aLogLevel, "%s", info.mLine); in DumpInModule()