ESP-IDF
ot::Logger::LogInModule()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Logger::LogInModule()
ot::Logger::LogInModule() method
Syntax
Show:
Summary
Declaration
Definition
from
log.hpp:308
static
void
LogInModule
(
const
char
*
aModuleName
,
LogLevel
aLogLevel
,
const
char
*
aFormat
,
...
)
OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK
;
Implemented in
log.cpp:84
Arguments
Argument
aModuleName
aLogLevel
aFormat
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Logger
::
LogInModule
(
const
char
*
aModuleName
,
LogLevel
aLogLevel
,
const
char
*
aFormat
,
...
)
log.cpp:84
static
void
LogInModule
(
const
char
*
aModuleName
,
LogLevel
aLogLevel
,
const
char
*
aFormat
,
...
)
log.hpp:308
LogCert
(
"[THCI] direction=send | type=JOIN_ENT.ntf"
)
;
joiner_router.cpp:269
ot::MeshCoP::JoinerRouter
ot::MeshCoP::JoinerRouter::SendJoinerEntrust()
LogCert
(
"[THCI] direction=recv | type=JOIN_ENT.rsp"
)
;
joiner_router.cpp:331
ot::MeshCoP::JoinerRouter
ot::MeshCoP::JoinerRouter::HandleJoinerEntrustResponse()
LogInModule
(
aModuleName
,
aLogLevel
,
"%s"
,
info
.
mLine
)
;
log.cpp:200
ot::Logger
ot::Logger::DumpInModule()
LogAt
(
logLevel
,
"Frame rx failed, error:%s"
,
ErrorToString
(
aError
)
)
;
mac.cpp:2256
ot::Mac::Mac
ot::Mac::Mac::LogFrameRxFailure() const
LogAt
(
logLevel
,
"Frame rx failed, error:%s, %s"
,
ErrorToString
(
aError
)
,
aFrame
->
ToInfoString
(
)
.
AsCString
(
)
)
;
mac.cpp:2260
ot::Mac::Mac
ot::Mac::Mac::LogFrameRxFailure() const
LogAt
(
aLogLevel
,
" %s:%s"
,
aLabel
,
string
.
AsCString
(
)
)
;
mesh_forwarder.cpp:1827
ot::MeshForwarder
ot::MeshForwarder::LogIp6AddressAndPort()
LogAt
(
aLogLevel
,
"%s"
,
string
.
AsCString
(
)
)
;
mesh_forwarder.cpp:1852
ot::MeshForwarder
ot::MeshForwarder::LogIp6Message()
LogAt
(
aLogLevel
,
"%s"
,
string
.
AsCString
(
)
)
;
mesh_forwarder_ftd.cpp:883
ot::MeshForwarder
ot::MeshForwarder::LogMeshFragmentHeader()
LogAt
(
aLogLevel
,
" Frag tag:%04x, offset:%d, size:%d"
,
fragmentHeader
.
GetDatagramTag
(
)
,
mesh_forwarder_ftd.cpp:887
ot::MeshForwarder
ot::MeshForwarder::LogMeshFragmentHeader()
LogAt
(
aLogLevel
,
" IPv6 %s msg, chksum:%04x, ecn:%s, prio:%s"
,
Ip6
::
Ip6
::
IpProtoToString
(
headers
.
GetIpProto
(
)
)
,
mesh_forwarder_ftd.cpp:908
ot::MeshForwarder
ot::MeshForwarder::LogMeshIpHeader()
Call Tree
from
examples
ot::Logger::LogInModule()
is called by 8 functions and calls 1 function:
ot::Logger::DumpInModule()
ot::Mac::Mac::LogFrameRxFailure() const
ot::MeshForwarder::LogIp6AddressAndPort()
ot::MeshForwarder::LogIp6Message()
ot::MeshForwarder::LogMeshFragmentHeader()
ot::MeshForwarder::LogMeshIpHeader()
ot::MeshCoP::JoinerRouter::SendJoinerEntrust()
ot::MeshCoP::JoinerRouter::HandleJoinerEntrustResponse()
All items filtered out
ot::Logger::LogInModule()
ot::Logger::LogVarArgs()
All items filtered out
Data Use
from
examples
ot::Logger::LogInModule()
:
All items filtered out
ot::Logger::LogInModule()
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