Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.cpp606 uint8_t spinelLogLevel = SPINEL_NCP_LOG_LEVEL_EMERG; in ConvertLogLevel() local
611 spinelLogLevel = SPINEL_NCP_LOG_LEVEL_EMERG; in ConvertLogLevel()
615 spinelLogLevel = SPINEL_NCP_LOG_LEVEL_CRIT; in ConvertLogLevel()
619 spinelLogLevel = SPINEL_NCP_LOG_LEVEL_WARN; in ConvertLogLevel()
623 spinelLogLevel = SPINEL_NCP_LOG_LEVEL_NOTICE; in ConvertLogLevel()
627 spinelLogLevel = SPINEL_NCP_LOG_LEVEL_INFO; in ConvertLogLevel()
631 spinelLogLevel = SPINEL_NCP_LOG_LEVEL_DEBUG; in ConvertLogLevel()
635 return spinelLogLevel; in ConvertLogLevel()