ESP-IDF
ot::Logger::LogVarArgs()
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
ot::Logger::LogVarArgs()
ot::Logger::LogVarArgs() method
Syntax
Show:
Summary
Declaration
Definition
from
log.hpp:315
static
void
LogVarArgs
(
const
char
*
aModuleName
,
LogLevel
aLogLevel
,
const
char
*
aFormat
,
va_list
aArgs
)
;
Implemented in
log.cpp:93
Arguments
Argument
aModuleName
aLogLevel
aFormat
aArgs
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Logger
::
LogVarArgs
(
const
char
*
aModuleName
,
LogLevel
aLogLevel
,
const
char
*
aFormat
,
va_list
aArgs
)
log.cpp:93
static
void
LogVarArgs
(
const
char
*
aModuleName
,
LogLevel
aLogLevel
,
const
char
*
aFormat
,
va_list
aArgs
)
;
log.hpp:315
LogVarArgs
(
aModuleName
,
aLogLevel
,
aFormat
,
args
)
;
log.cpp:89
ot::Logger
ot::Logger::LogInModule()
Logger
::
LogVarArgs
(
kPlatformModuleName
,
kLogLevelCrit
,
aFormat
,
args
)
;
logging_api.cpp:63
otLogCritPlat()
Logger
::
LogVarArgs
(
kPlatformModuleName
,
kLogLevelWarn
,
aFormat
,
args
)
;
logging_api.cpp:77
otLogWarnPlat()
Logger
::
LogVarArgs
(
kPlatformModuleName
,
kLogLevelNote
,
aFormat
,
args
)
;
logging_api.cpp:90
otLogNotePlat()
Logger
::
LogVarArgs
(
kPlatformModuleName
,
kLogLevelInfo
,
aFormat
,
args
)
;
logging_api.cpp:103
otLogInfoPlat()
Logger
::
LogVarArgs
(
kPlatformModuleName
,
kLogLevelDebg
,
aFormat
,
args
)
;
logging_api.cpp:116
otLogDebgPlat()
Logger
::
LogVarArgs
(
moduleName
.
AsCString
(
)
,
static_cast
<
LogLevel
>
(
aLogLevel
)
,
aFormat
,
aArgs
)
;
logging_api.cpp:201
otLogPlatArgs()
Logger
::
LogVarArgs
(
kCliModuleName
,
static_cast
<
LogLevel
>
(
aLogLevel
)
,
aFormat
,
args
)
;
logging_api.cpp:221
otLogCli()
Call Tree
from
examples
ot::Logger::LogVarArgs()
is called by 8 functions and calls 2 functions:
ot::Logger::LogInModule()
otLogCritPlat()
otLogWarnPlat()
otLogNotePlat()
otLogInfoPlat()
otLogDebgPlat()
otLogPlatArgs()
otLogCli()
All items filtered out
ot::Logger::LogVarArgs()
ot::Instance::GetLogLevel()
ot::StringLength()
All items filtered out
Data Use
from
examples
ot::Logger::LogVarArgs()
reads 2 variables:
otLogRegion::OT_LOG_REGION_CORE
ot::kMaxLogModuleNameLength
All items filtered out
ot::Logger::LogVarArgs()
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