ESP-IDF
OT_SHOULD_LOG
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_SHOULD_LOG
OT_SHOULD_LOG macro
@def OT_SHOULD_LOG This definition indicates whether or not logging is enabled.
Syntax
Show:
Summary
Declaration
from
log.hpp:52
#define
OT_SHOULD_LOG
(
OPENTHREAD_CONFIG_LOG_OUTPUT
!=
OPENTHREAD_CONFIG_LOG_OUTPUT_NONE
)
Examples
References
from
examples
Code
Location
#define
OT_SHOULD_LOG
(
OPENTHREAD_CONFIG_LOG_OUTPUT
!=
OPENTHREAD_CONFIG_LOG_OUTPUT_NONE
)
log.hpp:52
#if
OT_SHOULD_LOG
log.cpp:65
#define
OT_SHOULD_LOG_AT
(
aLevel
)
(
OT_SHOULD_LOG
&&
(
OPENTHREAD_CONFIG_LOG_LEVEL
>=
(
aLevel
)
)
)
log.hpp:61
#if
OT_SHOULD_LOG
&&
(
OPENTHREAD_CONFIG_LOG_LEVEL
!=
OT_LOG_LEVEL_NONE
)
log.hpp:80
#if
OT_SHOULD_LOG
log.hpp:173
#if
OT_SHOULD_LOG
log.hpp:185
#if
OT_SHOULD_LOG
&&
OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE
log.hpp:196
#if
OT_SHOULD_LOG
&&
OPENTHREAD_CONFIG_LOG_PKT_DUMP
log.hpp:272
#if
OT_SHOULD_LOG
&&
OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE
&&
OPENTHREAD_CONFIG_LOG_PKT_DUMP
log.hpp:283
#if
OT_SHOULD_LOG
log.hpp:298
#if
OT_SHOULD_LOG
&&
OPENTHREAD_CONFIG_LOG_PLATFORM
logging_api.cpp:195
#if
OT_SHOULD_LOG
&&
OPENTHREAD_CONFIG_LOG_CLI
logging_api.cpp:212
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