ESP-IDF
LogNote
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
LogNote
LogNote macro
Emits a log message at note log level.
Syntax
Show:
Summary
Declaration
from
log.hpp:131
#define
LogNote
(
...
)
Logger
::
LogAtLevel
<
kLogLevelNote
>
(
kLogModuleName
,
__VA_ARGS__
)
Examples
References
from
examples
Code
Location
#define
LogNote
(
...
)
Logger
::
LogAtLevel
<
kLogLevelNote
>
(
kLogModuleName
,
__VA_ARGS__
)
log.hpp:131
#define
LogNote
(
...
)
log.hpp:133
LogNote
(
"Leader MLR Timeout is normalized from %lu to %lu"
,
ToUlong
(
origTimeout
)
,
bbr_leader.cpp:202
LogNote
(
"MLR.req: MLR timeout is normalized from %lu to %lu"
,
ToUlong
(
origTimeout
)
,
ToUlong
(
timeout
)
)
;
bbr_manager.cpp:204
LogNote
(
"Bad %s checksum"
,
Ip6
::
Ip6
::
IpProtoToString
(
aIpProto
)
)
;
checksum.cpp:161
LogNote
(
"Transmit: %s"
,
ErrorToString
(
error
)
)
;
coap_secure.cpp:237
LogNote
(
"Dropping TMF message from untrusted origin"
)
;
ip6.cpp:1234
LogNote
(
"Failed to find valid route for: %s"
,
aDestination
.
ToString
(
)
.
AsCString
(
)
)
;
ip6.cpp:1392
LogNote
(
"Key Rotation Time in SecurityPolicy is set to min allowed value of %u"
,
newPolicy
.
mRotationTime
)
;
key_manager.cpp:496
LogNote
(
"Child ID Request requires fragmentation, aborting tx"
)
;
mesh_forwarder.cpp:772
LogNote
(
"%s, aError:%s, %s"
,
aActionText
,
ErrorToString
(
aError
)
,
aFrame
.
ToInfoString
(
)
.
AsCString
(
)
)
;
mesh_forwarder.cpp:1976
LogNote
(
"Dropping rx frag frame, error:%s, %s, tag:%d, offset:%d, dglen:%d"
,
ErrorToString
(
aError
)
,
mesh_forwarder.cpp:1988
LogNote
(
"Dropping rx lowpan HC frame, error:%s, %s"
,
ErrorToString
(
aError
)
,
aRxInfo
.
ToString
(
)
.
AsCString
(
)
)
;
mesh_forwarder.cpp:1995
LogNote
(
"Failed to get forwarded frame priority, error:%s, %s"
,
ErrorToString
(
error
)
,
mesh_forwarder_ftd.cpp:829
LogNote
(
"Role %s -> %s"
,
RoleToString
(
oldRole
)
,
RoleToString
(
mRole
)
)
;
mle.cpp:286
LogNote
(
"Attach attempt %u unsuccessful, will try again in %lu.%03u seconds"
,
mAttachCounter
,
ToUlong
(
delay
/
1000
)
,
mle.cpp:657
LogNote
(
"Mode 0x%02x -> 0x%02x [%s]"
,
oldMode
.
Get
(
)
,
mDeviceMode
.
Get
(
)
,
mDeviceMode
.
ToString
(
)
.
AsCString
(
)
)
;
mle.cpp:815
LogNote
(
"RLOC16 %04x -> %04x"
,
oldRloc16
,
aRloc16
)
;
mle.cpp:934
LogNote
(
"Attach attempt %d, %s %s"
,
mAttachCounter
,
AttachModeToString
(
mAttachMode
)
,
mle.cpp:1426
LogNote
(
"Delay processing Announce - channel %d, panid 0x%02x"
,
channel
,
panId
)
;
mle.cpp:3652
LogNote
(
"Processing Announce - channel %d, panid 0x%02x"
,
newChannel
,
newPanId
)
;
mle.cpp:3755
LogNote
(
"Sending message to inform previous parent 0x%04x"
,
mPreviousParentRloc
)
;
mle.cpp:3817
LogNote
(
"Partition ID 0x%lx"
,
ToUlong
(
mLeaderData
.
GetPartitionId
(
)
)
)
;
mle_router.cpp:452
LogNote
(
"Different partition (peer:%lu, local:%lu)"
,
ToUlong
(
aLeaderData
.
GetPartitionId
(
)
)
,
mle_router.cpp:1178
LogNote
(
"Downgrade to REED"
)
;
mle_router.cpp:1522
LogNote
(
"Child 0x%04x mode change 0x%02x -> 0x%02x [%s]"
,
child
->
GetRloc16
(
)
,
oldMode
.
Get
(
)
,
mle_router.cpp:2265
LogNote
(
"Allocate router id %d"
,
aRouterId
)
;
router_table.cpp:180
LogNote
(
"Release router id %d"
,
aRouterId
)
;
router_table.cpp:216
LogNote
(
"No valid /48 BR ULA prefix found in settings, generating new one"
)
;
routing_manager.cpp:258
LogNote
(
"BR ULA prefix: %s (%s)"
,
mBrUlaPrefix
.
ToString
(
)
.
AsCString
(
)
,
generated
?
"generated"
:
"loaded"
)
;
routing_manager.cpp:272
LogNote
(
"Local on-link prefix: %s"
,
mLocalPrefix
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:2591
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