ESP-IDF
OT_LOG_LEVEL_INFO
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OT_LOG_LEVEL_INFO
OT_LOG_LEVEL_INFO macro
Log level Informational.
Syntax
Show:
Summary
Declaration
from
logging.h:92
#define
OT_LOG_LEVEL_INFO
4
Notes
Log Levels are defines so that embedded implementations can eliminate code at compile time via #if/#else/#endif.
Examples
References
from
examples
Code
Location
#define
OT_LOG_LEVEL_INFO
4
logging.h:92
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
address_resolver.cpp:1070
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
bbr_leader.cpp:83
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
bbr_leader.hpp:182
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
bbr_local.cpp:442
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
bbr_local.hpp:274
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
dnssd_server.cpp:189
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
dnssd_server.cpp:720
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
dnssd_server.hpp:436
case
OT_LOG_LEVEL_INFO
:
esp_openthread_logging.c:44
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
link_raw.cpp:268
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
link_raw.hpp:261
kLogLevelInfo
=
OT_LOG_LEVEL_INFO
,
///< Info log level
log.hpp:72
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
log.hpp:136
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
&&
OPENTHREAD_CONFIG_LOG_PKT_DUMP
log.hpp:246
otLogPlatArgs
(
OT_LOG_LEVEL_INFO
,
mModuleName
,
aFormat
,
args
)
;
logger.cpp:98
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
&&
OPENTHREAD_CONFIG_LOG_PLATFORM
logging_api.cpp:99
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
&&
OPENTHREAD_CONFIG_LOG_PLATFORM
&&
OPENTHREAD_CONFIG_LOG_PKT_DUMP
logging_api.cpp:158
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
mac.cpp:2194
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
mle.cpp:3926
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
mle.hpp:1309
case
OT_LOG_LEVEL_INFO
:
ncp_base.cpp:620
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
network_diagnostic.cpp:1263
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
network_diagnostic.hpp:324
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
notifier.cpp:199
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
router_table.cpp:866
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
router_table.cpp:877
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
routing_manager.cpp:548
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
routing_manager.cpp:865
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
secure_transport.cpp:1205
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
secure_transport.hpp:578
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
settings.cpp:47
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
settings.cpp:117
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
settings.cpp:499
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
settings.hpp:737
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
slaac_address.cpp:461
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
srp_client.cpp:241
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
srp_client.cpp:314
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
srp_client.cpp:2560
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
srp_client.hpp:938
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
srp_client.hpp:1061
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
srp_server.cpp:494
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
srp_server.cpp:1381
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
srp_server.cpp:1925
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out