ESP-IDF
LogAt
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
LogAt
LogAt macro
Emits a log message at a given log level.
Syntax
Show:
Summary
Declaration
from
log.hpp:180
#define
LogAt
(
aLogLevel
,
...
)
Logger
::
LogInModule
(
kLogModuleName
,
aLogLevel
,
__VA_ARGS__
)
Arguments
Argument
Description
aLogLevel
The log level to use.
Examples
References
from
examples
Code
Location
#define
LogAt
(
aLogLevel
,
...
)
Logger
::
LogInModule
(
kLogModuleName
,
aLogLevel
,
__VA_ARGS__
)
log.hpp:180
LogAt
(
logLevel
,
"Frame rx failed, error:%s"
,
ErrorToString
(
aError
)
)
;
mac.cpp:2256
LogAt
(
logLevel
,
"Frame rx failed, error:%s, %s"
,
ErrorToString
(
aError
)
,
aFrame
->
ToInfoString
(
)
.
AsCString
(
)
)
;
mac.cpp:2260
LogAt
(
aLogLevel
,
" %s:%s"
,
aLabel
,
string
.
AsCString
(
)
)
;
mesh_forwarder.cpp:1827
LogAt
(
aLogLevel
,
"%s"
,
string
.
AsCString
(
)
)
;
mesh_forwarder.cpp:1852
LogAt
(
aLogLevel
,
"%s"
,
string
.
AsCString
(
)
)
;
mesh_forwarder_ftd.cpp:883
LogAt
(
aLogLevel
,
" Frag tag:%04x, offset:%d, size:%d"
,
fragmentHeader
.
GetDatagramTag
(
)
,
mesh_forwarder_ftd.cpp:887
LogAt
(
aLogLevel
,
" IPv6 %s msg, chksum:%04x, ecn:%s, prio:%s"
,
Ip6
::
Ip6
::
IpProtoToString
(
headers
.
GetIpProto
(
)
)
,
mesh_forwarder_ftd.cpp:908
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