ESP-IDF
LogWarn
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
LogWarn
LogWarn macro
Emits a log message at warning log level.
Syntax
Show:
Summary
Declaration
from
log.hpp:120
#define
LogWarn
(
...
)
Logger
::
LogAtLevel
<
kLogLevelWarn
>
(
kLogModuleName
,
__VA_ARGS__
)
Examples
References
from
examples
Code
Location
#define
LogWarn
(
...
)
Logger
::
LogAtLevel
<
kLogLevelWarn
>
(
kLogModuleName
,
__VA_ARGS__
)
log.hpp:120
#define
LogWarn
(
...
)
log.hpp:122
LogWarn
(
"Error %s when processing %s"
,
ErrorToString
(
error
)
,
UriToString
<
kUriAddressError
>
(
)
)
;
address_resolver.cpp:836
LogWarn
(
"%s %s: %s"
,
aText
,
aAddress
.
ToString
(
)
.
AsCString
(
)
,
ErrorToString
(
aError
)
)
;
backbone_tmf.cpp:153
LogWarn
(
"Stop Backbone TMF agent: %s"
,
ErrorToString
(
error
)
)
;
bbr_manager.cpp:90
LogWarn
(
"%s: %s"
,
aText
,
ErrorToString
(
aError
)
)
;
bbr_manager.cpp:764
LogWarn
(
"Commissioner request[%u] failed: %s"
,
aForwardContext
.
GetMessageId
(
)
,
ErrorToString
(
error
)
)
;
border_agent.cpp:231
LogWarn
(
"Reset secure session"
)
;
border_agent.cpp:750
LogWarn
(
"Supervision timeout. No frame from parent in %u sec"
,
mTimeout
)
;
child_supervision.cpp:210
LogWarn
(
"Failed to send copy: %s"
,
ErrorToString
(
error
)
)
;
coap.cpp:985
LogWarn
(
"Data poll tx requested while data polling was not enabled!"
)
;
data_poll_sender.cpp:113
LogWarn
(
"Unexpected error %s requesting data poll"
,
ErrorToString
(
error
)
)
;
data_poll_sender.cpp:118
LogWarn
(
"Insufficient memory for new DHCP prefix"
)
;
dhcp6_client.cpp:143
LogWarn
(
"DNS query over TCP not supported."
)
;
dns_client.cpp:1182
LogWarn
(
"Sent %s for child %04x DUA %s Error %s"
,
UriToString
<
kUriDuaRegistrationNotify
>
(
)
,
aChild
.
GetRloc16
(
)
,
dua_manager.cpp:744
LogWarn
(
"Failed to clone mcast message for indirect tx to sleepy children"
)
;
ip6.cpp:206
LogWarn
(
"Invalid settings - no saved parent info with valid end-device RLOC16 0x%04x"
,
mle.cpp:409
LogWarn
(
"Channel %u is not in the supported channel mask %s, detach the network gracefully!"
,
mle.cpp:1184
LogWarn
(
"No valid parent when sending Child Update Request"
)
;
mle.cpp:1930
LogWarn
(
"Failed to %s %s%s: %s"
,
aAction
==
kMessageSend
?
"send"
:
"process"
,
MessageTypeToString
(
aType
)
,
mle.cpp:3967
LogWarn
(
"Failed to include TLV %d"
,
aTlvType
)
;
mle.cpp:4293
LogWarn
(
"Failed to get context %u for compressed address from child 0x%04x"
,
contextId
,
mle_router.cpp:1795
LogWarn
(
"Error %s adding IPv6 address %s to child 0x%04x"
,
ErrorToString
(
error
)
,
mle_router.cpp:1834
LogWarn
(
"Receive MLR.rsp: result=%s, error=%s, status=%d, failedAddressNum=%d"
,
ErrorToString
(
aResult
)
,
mlr_manager.cpp:706
LogWarn
(
"MA failed: %s"
,
address
.
ToString
(
)
.
AsCString
(
)
)
;
mlr_manager.cpp:711
LogWarn
(
"Failed to send RA on %s: %s"
,
mInfraIf
.
ToString
(
)
.
AsCString
(
)
,
ErrorToString
(
error
)
)
;
routing_manager.cpp:642
VerifyOrExit
(
newEntry
!=
nullptr
,
LogWarn
(
"Failed to allocate `PeerBr` entry"
)
)
;
routing_manager.cpp:1120
LogWarn
(
"Received RA from too many routers, ignore RA from %s"
,
aSrcAddress
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:1178
LogWarn
(
"Discovered too many prefixes, ignore default route from RA header"
)
;
routing_manager.cpp:1280
LogWarn
(
"Discovered too many prefixes, ignore on-link prefix %s"
,
prefix
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:1333
LogWarn
(
"Discovered too many prefixes, ignore route prefix %s"
,
prefix
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:1395
LogWarn
(
"Failed to %s %s in Thread Network Data: %s"
,
!
mIsLocalAddedInNetData
?
"add"
:
"update"
,
routing_manager.cpp:2423
LogWarn
(
"Failed to remove %s from Thread Network Data: %s"
,
LocalToString
(
)
.
AsCString
(
)
,
ErrorToString
(
error
)
)
;
routing_manager.cpp:2446
LogWarn
(
"Too many deprecating on-mesh prefixes, removing %s"
,
prefix
.
mPrefix
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:3210
LogWarn
(
"Too many on-mesh prefixes in net data, ignoring prefix %s"
,
aPrefix
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:3276
LogWarn
(
"Failed to discover infraif NAT64 prefix: %s"
,
ErrorToString
(
error
)
)
;
routing_manager.cpp:3706
LogWarn
(
"HandleMbedtlsTransmit: %s error"
,
ErrorToString
(
error
)
)
;
secure_transport.cpp:820
LogWarn
(
"[%u] %s"
,
mSocket
.
GetSockName
(
)
.
mPort
,
aStr
)
;
secure_transport.cpp:1158
LogWarn
(
"Error %s %s %s"
,
ErrorToString
(
aError
)
,
actionText
,
KeyToString
(
aKey
)
)
;
settings.cpp:489
LogWarn
(
"Failed to add - already have max %u addresses"
,
kNumSlaacAddresses
)
;
slaac_address.cpp:335
LogWarn
(
"Failed to generate a non-reserved IID after %d attempts"
,
kMaxIidCreationAttempts
)
;
slaac_address.cpp:455
LogWarn
(
"DecrementMessageCount(child 0x%04x) called when already at zero count."
,
aChild
.
GetRloc16
(
)
)
;
src_match_controller.cpp:65
LogWarn
(
"Name conflict: host name %s has already been allocated"
,
aHost
.
GetFullName
(
)
)
;
srp_server.cpp:355
LogWarn
(
"Name conflict: service name %s has already been allocated"
,
service
.
GetInstanceName
(
)
)
;
srp_server.cpp:369
LogWarn
(
"Send fail response: %d"
,
aResponseCode
)
;
srp_server.cpp:1484
LogWarn
(
"Too many addresses for host %s"
,
GetFullName
(
)
)
;
srp_server.cpp:2196
LogWarn
(
"RadioSleep() failed, error: %s"
,
ErrorToString
(
error
)
)
;
sub_mac.cpp:242
LogWarn
(
"RadioReceive() failed, error: %s"
,
ErrorToString
(
error
)
)
;
sub_mac.cpp:269
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