ESP-IDF
s_log_level_names
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_log_level_names
s_log_level_names variable
Syntax
Show:
Summary
Declaration
from
cmd_system_common.c:225
static
const
char
*
s_log_level_names
[
]
=
{
"none"
,
"error"
,
"warn"
,
"info"
,
"debug"
,
"verbose"
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
s_log_level_names
[
]
=
{
cmd_system_common.c:225
if
(
memcmp
(
level_str
,
s_log_level_names
[
level
]
,
level_len
)
==
0
)
{
cmd_system_common.c:248
log_level()
s_log_level_names
[
level
]
,
s_log_level_names
[
CONFIG_LOG_MAXIMUM_LEVEL
]
)
;
cmd_system_common.c:259
log_level()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_log_level_names
is read by 1 function:
All items filtered out
s_log_level_names
log_level()
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