Home
last modified time | relevance | path

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

/openthread-latest/src/core/config/
Dlogging.h84 #ifndef OPENTHREAD_CONFIG_LOG_LEVEL
85 #define OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_CRIT macro
108 #define OPENTHREAD_CONFIG_LOG_LEVEL_INIT OPENTHREAD_CONFIG_LOG_LEVEL
/openthread-latest/src/posix/platform/
Dopenthread-core-posix-config.h55 #ifndef OPENTHREAD_CONFIG_LOG_LEVEL
56 #define OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_DEBG macro
Dmisc.cpp81 #if OPENTHREAD_CONFIG_LOG_PLATFORM && OPENTHREAD_CONFIG_LOG_LEVEL < OT_LOG_LEVEL_CRIT in otPlatAssertFail()
Dmulticast_routing.cpp485 #if OPENTHREAD_CONFIG_LOG_PLATFORM && (OPENTHREAD_CONFIG_LOG_LEVEL >= OT_LOG_LEVEL_DEBG) in DumpMulticastForwardingCache()
/openthread-latest/examples/config/
Dot-core-config-check-size-mtd.h71 #define OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_INFO macro
Dot-core-config-check-size-ftd.h71 #define OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_INFO macro
Dot-core-config-check-size-br.h71 #define OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_INFO macro
/openthread-latest/tests/nexus/
Dopenthread-core-nexus-config.h76 #define OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_INFO macro
/openthread-latest/tests/toranj/
Dopenthread-core-toranj-config.h133 #define OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_INFO macro
/openthread-latest/src/core/crypto/
Dmbedtls.cpp58 mbedtls_debug_set_threshold(OPENTHREAD_CONFIG_LOG_LEVEL); in MbedTls()
/openthread-latest/src/core/common/
Dlog.hpp61 #define OT_SHOULD_LOG_AT(aLevel) (OT_SHOULD_LOG && (OPENTHREAD_CONFIG_LOG_LEVEL >= (aLevel)))
/openthread-latest/etc/cmake/
Doptions.cmake307 ot_multi_option(OT_LOG_LEVEL OT_LOG_LEVEL_VALUES OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_ "set Ope…
313 … target_compile_definitions(ot-config INTERFACE "OPENTHREAD_CONFIG_LOG_LEVEL=OT_LOG_LEVEL_DEBG")
/openthread-latest/src/core/instance/
Dinstance.hpp312 return static_cast<LogLevel>(OPENTHREAD_CONFIG_LOG_LEVEL);
/openthread-latest/src/core/
DBUILD.gn263 defines += [ "OPENTHREAD_CONFIG_LOG_LEVEL=OT_LOG_LEVEL_DEBG" ]