ESP-IDF
ot::Instance::GetLogLevel()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Instance::GetLogLevel()
ot::Instance::GetLogLevel() method
Returns the active log level.
Syntax
Show:
Summary
Declaration
from
instance.hpp:303
static
LogLevel
GetLogLevel
(
void
)
#if
OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE
{
return
sLogLevel
;
}
#else
;
Return value
The log level.
Examples
References
from
examples
Code
Location
Scope
Referrer
static
LogLevel
GetLogLevel
(
void
)
instance.hpp:303
VerifyOrExit
(
Instance
::
GetLogLevel
(
)
>=
aLogLevel
)
;
log.cpp:107
ot::Logger
ot::Logger::LogVarArgs()
otLogLevel
otLoggingGetLevel
(
void
)
{
return
static_cast
<
otLogLevel
>
(
Instance
::
GetLogLevel
(
)
)
;
}
logging_api.cpp:40
otLoggingGetLevel()
VerifyOrExit
(
Instance
::
GetLogLevel
(
)
>=
logLevel
)
;
mesh_forwarder.cpp:1950
ot::MeshForwarder
ot::MeshForwarder::LogMessage()
Call Tree
from
examples
ot::Instance::GetLogLevel()
is called by 3 functions:
otLoggingGetLevel()
ot::Logger::LogVarArgs()
ot::MeshForwarder::LogMessage()
All items filtered out
ot::Instance::GetLogLevel()
All items filtered out
Data Use
from
examples
ot::Instance::GetLogLevel()
reads 1 variable:
ot::Instance::sLogLevel
All items filtered out
ot::Instance::GetLogLevel()
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