ESP-IDF
ot::Instance::SetLogLevel()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::Instance::SetLogLevel()
ot::Instance::SetLogLevel() method
Sets the log level.
Syntax
Show:
Summary
Declaration
Definition
from
instance.hpp:320
static
void
SetLogLevel
(
LogLevel
aLogLevel
)
;
Implemented in
instance.cpp:505
Arguments
Argument
Description
aLogLevel
A log level.
Examples
References
from
examples
Code
Location
Referrer
void
Instance
::
SetLogLevel
(
LogLevel
aLogLevel
)
instance.cpp:505
static
void
SetLogLevel
(
LogLevel
aLogLevel
)
;
instance.hpp:320
Instance
::
SetLogLevel
(
static_cast
<
LogLevel
>
(
aLogLevel
)
)
;
logging_api.cpp:48
otLoggingSetLevel()
Call Tree
from
examples
ot::Instance::SetLogLevel()
is called by 1 function and calls 1 function:
otLoggingSetLevel()
All items filtered out
ot::Instance::SetLogLevel()
ot::otPlatLogHandleLevelChanged()
All items filtered out
Data Use
from
examples
ot::Instance::SetLogLevel()
reads 1 variable and writes 1 variable:
ot::Instance::sLogLevel
All items filtered out
ot::Instance::SetLogLevel()
ot::Instance::sLogLevel
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