ESP-IDF
ot::LogLevel
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::LogLevel
ot::LogLevel enum
Represents the log level.
Syntax
Show:
Summary
Declaration
from
log.hpp:66
enum
LogLevel
:
uint8_t
{
kLogLevelNone
=
OT_LOG_LEVEL_NONE
,
kLogLevelCrit
=
OT_LOG_LEVEL_CRIT
,
kLogLevelWarn
=
OT_LOG_LEVEL_WARN
,
kLogLevelNote
=
OT_LOG_LEVEL_NOTE
,
kLogLevelInfo
=
OT_LOG_LEVEL_INFO
,
kLogLevelDebg
=
OT_LOG_LEVEL_DEBG
,
}
;
Values
Value
Declared as
ot::LogLevel::kLogLevelNone
=
OT_LOG_LEVEL_NONE
ot::LogLevel::kLogLevelCrit
=
OT_LOG_LEVEL_CRIT
ot::LogLevel::kLogLevelWarn
=
OT_LOG_LEVEL_WARN
ot::LogLevel::kLogLevelNote
=
OT_LOG_LEVEL_NOTE
ot::LogLevel::kLogLevelInfo
=
OT_LOG_LEVEL_INFO
ot::LogLevel::kLogLevelDebg
=
OT_LOG_LEVEL_DEBG
Examples
References
from
examples
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