Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dlog.hpp191 #define LogAlways(...) Logger::LogInModule("", kLogLevelNone, __VA_ARGS__) macro
193 #define LogAlways(...) macro
202 #define LogCert(...) LogAlways(__VA_ARGS__)
/openthread-latest/examples/platforms/utils/
Dotns_utils.cpp46 void otPlatOtnsStatus(const char *aStatus) { LogAlways("[OTNS] %s", aStatus); } in otPlatOtnsStatus()