:orphan: .. title:: choice SENSORSIM_LOG_LEVEL_CHOICE: Max compiled-in log level for Sensor Data Simulator .. _choice_15: .. describe:: choice SENSORSIM_LOG_LEVEL_CHOICE: Max compiled-in log level for Sensor Data Simulator *Max compiled-in log level for Sensor Data Simulator* Type: ``bool`` Direct dependencies =================== LOG && \ :option:`SENSORSIM ` && \ :option:`ANT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SENSORSIM_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`SENSORSIM_LOG_LEVEL_OFF ` - \ :option:`SENSORSIM_LOG_LEVEL_ERR ` - \ :option:`SENSORSIM_LOG_LEVEL_WRN ` - \ :option:`SENSORSIM_LOG_LEVEL_INF ` - \ :option:`SENSORSIM_LOG_LEVEL_DBG ` - \ :option:`SENSORSIM_LOG_LEVEL_DEFAULT ` Kconfig definition ================== .. highlight:: kconfig At ``C:/ncs/main/zephyr/subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:35`` → ``lib/Kconfig:15`` → ``lib\sensorsim/Kconfig:19`` Menu path: (Top) → ANT Wireless → Sensor Data Simulator Library .. parsed-literal:: choice SENSORSIM_LOG_LEVEL_CHOICE bool "Max compiled-in log level for Sensor Data Simulator" default \ :option:`SENSORSIM_LOG_LEVEL_DEFAULT ` depends on LOG && \ :option:`SENSORSIM ` && \ :option:`ANT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*