Searched refs:LogInModule (Results 1 – 2 of 2) sorted by relevance
| /openthread-latest/src/core/common/ |
| D | log.hpp | 180 #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, ...)
|
| D | log.cpp | 84 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()
|