ESP-IDF
kLogLevelCrit
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
kLogLevelCrit
kLogLevelCrit value
Syntax
Show:
Summary
Declaration
from
log.hpp:69
kLogLevelCrit
=
OT_LOG_LEVEL_CRIT
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kLogLevelCrit
=
OT_LOG_LEVEL_CRIT
,
///< Critical log level
log.hpp:69
LogCrit
(
"Failed to set PAN channel to %u when applying dataset: %s"
,
channel
,
ErrorToString
(
error
)
)
;
dataset_manager.cpp:189
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::ApplyConfiguration() const
Logger
::
LogVarArgs
(
kPlatformModuleName
,
kLogLevelCrit
,
aFormat
,
args
)
;
logging_api.cpp:63
otLogCritPlat()
Logger
::
DumpInModule
(
kPlatformModuleName
,
kLogLevelCrit
,
aText
,
aData
,
aDataLength
)
;
logging_api.cpp:126
otDumpCritPlat()
LogCrit
(
"Failed to generate random /48 BR ULA prefix"
)
;
routing_manager.cpp:277
ot::BorderRouter::RoutingManager
ot::BorderRouter::RoutingManager::LoadOrGenerateRandomBrUlaPrefix()
LogCrit
(
"RsSender: Failed to send RS %u/%u: %s"
,
mTxCount
+
1
,
kMaxTxCount
,
ErrorToString
(
error
)
)
;
routing_manager.cpp:3883
ot::BorderRouter::RoutingManager::RsSender
ot::BorderRouter::RoutingManager::RsSender::HandleTimer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kLogLevelCrit
is read by 5 functions:
All items filtered out
kLogLevelCrit
otLogCritPlat()
otDumpCritPlat()
ot::MeshCoP::DatasetManager::ApplyConfiguration() const
ot::BorderRouter::RoutingManager::LoadOrGenerateRandomBrUlaPrefix()
ot::BorderRouter::RoutingManager::RsSender::HandleTimer()
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