ESP-IDF
OT_LOG_LEVEL_NONE
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_NONE
OT_LOG_LEVEL_NONE macro
Log level None.
Syntax
Show:
Summary
Declaration
from
logging.h:60
#define
OT_LOG_LEVEL_NONE
0
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_NONE
0
logging.h:60
kLogLevelNone
=
OT_LOG_LEVEL_NONE
,
///< None (disable logs)
log.hpp:68
#if
OT_SHOULD_LOG
&&
(
OPENTHREAD_CONFIG_LOG_LEVEL
!=
OT_LOG_LEVEL_NONE
)
log.hpp:80
case
OT_LOG_LEVEL_NONE
:
ncp_base.cpp:604
#define
OPENTHREAD_CONFIG_LOG_LEVEL
OT_LOG_LEVEL_NONE
openthread-core-esp32x-radio-config.h:61
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