ESP-IDF
OT_LOG_LEVEL_CRIT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_CRIT
OT_LOG_LEVEL_CRIT macro
Log level Critical.
Syntax
Show:
Summary
Declaration
from
logging.h:68
#define
OT_LOG_LEVEL_CRIT
1
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_CRIT
1
logging.h:68
case
OT_LOG_LEVEL_CRIT
:
esp_openthread_logging.c:27
kLogLevelCrit
=
OT_LOG_LEVEL_CRIT
,
///< Critical log level
log.hpp:69
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_CRIT
)
log.hpp:103
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_CRIT
)
&&
OPENTHREAD_CONFIG_LOG_PKT_DUMP
log.hpp:207
otLogPlatArgs
(
OT_LOG_LEVEL_CRIT
,
mModuleName
,
aFormat
,
args
)
;
logger.cpp:71
#define
OPENTHREAD_CONFIG_LOG_LEVEL
OT_LOG_LEVEL_CRIT
logging.h:85
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_CRIT
)
&&
OPENTHREAD_CONFIG_LOG_PLATFORM
logging_api.cpp:59
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_CRIT
)
&&
OPENTHREAD_CONFIG_LOG_PLATFORM
&&
OPENTHREAD_CONFIG_LOG_PKT_DUMP
logging_api.cpp:125
case
OT_LOG_LEVEL_CRIT
:
ncp_base.cpp:608
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