- CONFIG_SENSORSIM_LOG_LEVEL
(No prompt – not directly user assignable.)
Type: int
Defaults
LOG_DEFAULT_LEVEL if
SENSORSIM_LOG_LEVEL_DEFAULT
Kconfig definition
At C:/ncs/main/zephyr/subsys/logging/Kconfig.template.log_config:28
Included via Kconfig:40
→ lib/Kconfig:15
→ lib\sensorsim/Kconfig:19
Menu path: (Top) → ANT Wireless → ANT Wireless → Sensor Data Simulator Library
config SENSORSIM_LOG_LEVEL int default 0 ifSENSORSIM_LOG_LEVEL_OFF
default 1 ifSENSORSIM_LOG_LEVEL_ERR
default 2 ifSENSORSIM_LOG_LEVEL_WRN
default 3 ifSENSORSIM_LOG_LEVEL_INF
default 4 ifSENSORSIM_LOG_LEVEL_DBG
default LOG_DEFAULT_LEVEL ifSENSORSIM_LOG_LEVEL_DEFAULT
depends on LOG &&SENSORSIM
&&ANT
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)