ESP-IDF
ot::Logger::DumpInModule()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::DumpInModule()
ot::Logger::DumpInModule() method
Syntax
Show:
Summary
Declaration
Definition
from
log.hpp:331
static
void
DumpInModule
(
const
char
*
aModuleName
,
LogLevel
aLogLevel
,
const
char
*
aText
,
const
void
*
aData
,
uint16_t
aDataLength
)
;
Implemented in
log.cpp:183
Arguments
Argument
aModuleName
aLogLevel
aText
aData
aDataLength
Examples
References
from
examples
Code
Location
Referrer
void
Logger
::
DumpInModule
(
const
char
*
aModuleName
,
log.cpp:183
static
void
DumpInModule
(
const
char
*
aModuleName
,
log.hpp:331
Logger
::
DumpInModule
(
kPlatformModuleName
,
kLogLevelCrit
,
aText
,
aData
,
aDataLength
)
;
logging_api.cpp:126
otDumpCritPlat()
Logger
::
DumpInModule
(
kPlatformModuleName
,
kLogLevelWarn
,
aText
,
aData
,
aDataLength
)
;
logging_api.cpp:137
otDumpWarnPlat()
Logger
::
DumpInModule
(
kPlatformModuleName
,
kLogLevelNote
,
aText
,
aData
,
aDataLength
)
;
logging_api.cpp:148
otDumpNotePlat()
Logger
::
DumpInModule
(
kPlatformModuleName
,
kLogLevelInfo
,
aText
,
aData
,
aDataLength
)
;
logging_api.cpp:159
otDumpInfoPlat()
Logger
::
DumpInModule
(
kPlatformModuleName
,
kLogLevelDebg
,
aText
,
aData
,
aDataLength
)
;
logging_api.cpp:170
otDumpDebgPlat()
Call Tree
from
examples
ot::Logger::DumpInModule()
is called by 5 functions and calls 3 functions:
otDumpCritPlat()
otDumpWarnPlat()
otDumpNotePlat()
otDumpInfoPlat()
otDumpDebgPlat()
All items filtered out
ot::Logger::DumpInModule()
otLoggingGetLevel()
ot::Logger::LogInModule()
ot::GenerateNextHexDumpLine()
All items filtered out
Data Use
from
examples
ot::Logger::DumpInModule()
reads 2 variables and writes 4 variables:
otLogHexDumpInfo::mLine
ot::kErrorNone
All items filtered out
ot::Logger::DumpInModule()
otLogHexDumpInfo::mDataBytes
otLogHexDumpInfo::mDataLength
otLogHexDumpInfo::mTitle
otLogHexDumpInfo::mIterator
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