ESP-IDF
LogCrit
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
LogCrit
LogCrit macro
Emits a log message at critical log level.
Syntax
Show:
Summary
Declaration
from
log.hpp:109
#define
LogCrit
(
...
)
Logger
::
LogAtLevel
<
kLogLevelCrit
>
(
kLogModuleName
,
__VA_ARGS__
)
Examples
References
from
examples
Code
Location
#define
LogCrit
(
...
)
Logger
::
LogAtLevel
<
kLogLevelCrit
>
(
kLogModuleName
,
__VA_ARGS__
)
log.hpp:109
#define
LogCrit
(
...
)
log.hpp:111
LogCrit
(
"Failed to set PAN channel to %u when applying dataset: %s"
,
channel
,
ErrorToString
(
error
)
)
;
dataset_manager.cpp:189
LogCrit
(
"Failed to generate random /48 BR ULA prefix"
)
;
routing_manager.cpp:277
LogCrit
(
"RsSender: Failed to send RS %u/%u: %s"
,
mTxCount
+
1
,
kMaxTxCount
,
ErrorToString
(
error
)
)
;
routing_manager.cpp:3883
LogCrit
(
"[%u] %s"
,
mSocket
.
GetSockName
(
)
.
mPort
,
aStr
)
;
secure_transport.cpp:1154
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