ESP-IDF
otCliPlatLogv()
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
otCliPlatLogv()
otCliPlatLogv() function
Callback to write the OpenThread Log to the CLI console
Syntax
Show:
Summary
Declaration
from
cli.h:140
void
otCliPlatLogv
(
otLogLevel
aLogLevel
,
otLogRegion
aLogRegion
,
const
char
*
aFormat
,
va_list
aArgs
)
;
Arguments
Argument
Description
aLogLevel
The log level.
aLogRegion
The log region.
aFormat
A pointer to the format string.
aArgs
va_list matching aFormat.
Examples
References
from
examples
Code
Location
void
otCliPlatLogv
(
otLogLevel
aLogLevel
,
otLogRegion
aLogRegion
,
const
char
*
aFormat
,
va_list
aArgs
)
;
cli.h:140
extern
"C"
void
otCliPlatLogv
(
otLogLevel
,
otLogRegion
,
const
char
*
,
va_list
)
;
cli.hpp:98
friend
void
otCliPlatLogv
(
otLogLevel
,
otLogRegion
,
const
char
*
,
va_list
)
;
cli.hpp:121
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