Searched refs:LogAlways (Results 1 – 2 of 2) sorted by relevance
191 #define LogAlways(...) Logger::LogInModule("", kLogLevelNone, __VA_ARGS__) macro193 #define LogAlways(...) macro202 #define LogCert(...) LogAlways(__VA_ARGS__)
46 void otPlatOtnsStatus(const char *aStatus) { LogAlways("[OTNS] %s", aStatus); } in otPlatOtnsStatus()