Home
last modified time | relevance | path

Searched refs:OT_LOG_LEVEL_NONE (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/posix/platform/
Dlogging.cpp47 case OT_LOG_LEVEL_NONE: in otPlatLog()
/openthread-latest/include/openthread/platform/
Dlogging.h60 #define OT_LOG_LEVEL_NONE 0 macro
/openthread-latest/src/core/common/
Dlog.hpp68 kLogLevelNone = OT_LOG_LEVEL_NONE, ///< None (disable logs)
/openthread-latest/src/ncp/
Dncp_base.cpp610 case OT_LOG_LEVEL_NONE: in ConvertLogLevel()
2598 logLevel = OT_LOG_LEVEL_NONE; in HandlePropertySet()