ESP-IDF
OT_LOG_LEVEL_NOTE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_NOTE
OT_LOG_LEVEL_NOTE macro
Log level Notice.
Syntax
Show:
Summary
Declaration
from
logging.h:84
#define
OT_LOG_LEVEL_NOTE
3
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_NOTE
3
logging.h:84
case
OT_LOG_LEVEL_NOTE
:
esp_openthread_logging.c:43
kLogLevelNote
=
OT_LOG_LEVEL_NOTE
,
///< Note log level
log.hpp:71
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
log.hpp:125
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
&&
OPENTHREAD_CONFIG_LOG_PKT_DUMP
log.hpp:233
otLogPlatArgs
(
OT_LOG_LEVEL_NOTE
,
mModuleName
,
aFormat
,
args
)
;
logger.cpp:89
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
&&
OPENTHREAD_CONFIG_LOG_PLATFORM
logging_api.cpp:86
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
&&
OPENTHREAD_CONFIG_LOG_PLATFORM
&&
OPENTHREAD_CONFIG_LOG_PKT_DUMP
logging_api.cpp:147
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
mac_frame.cpp:1556
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
mesh_forwarder.cpp:1752
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
mesh_forwarder.hpp:579
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
mesh_forwarder_ftd.cpp:843
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
mle.cpp:4124
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_NOTE
)
mle.hpp:1317
case
OT_LOG_LEVEL_NOTE
:
ncp_base.cpp:616
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