Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlogging.h74 otError otLoggingSetLevel(otLogLevel aLogLevel);
/openthread-latest/src/core/api/
Dlogging_api.cpp43 otError otLoggingSetLevel(otLogLevel aLogLevel) in otLoggingSetLevel() function
/openthread-latest/src/posix/
Dmain.c289 IgnoreError(otLoggingSetLevel(aConfig->mLogLevel)); in InitInstance()
/openthread-latest/src/ncp/
Dncp_base.cpp2626 IgnoreError(otLoggingSetLevel(logLevel)); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp2984 error = otLoggingSetLevel(static_cast<otLogLevel>(level)); in Process()