CONFIG_CAF_SENSOR_SAMPLER_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && CAF_SENSOR_SAMPLER && CAF

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig.template.log_config:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:44<nRF>/subsys/caf/Kconfig:16<nRF>/subsys/caf/modules/Kconfig:17<nRF>/subsys/caf/modules/Kconfig.sensor_sampler:36

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Sensor sampler module

config CAF_SENSOR_SAMPLER_LOG_LEVEL
    int
    default 0 if CAF_SENSOR_SAMPLER_LOG_LEVEL_OFF
    default 1 if CAF_SENSOR_SAMPLER_LOG_LEVEL_ERR
    default 2 if CAF_SENSOR_SAMPLER_LOG_LEVEL_WRN
    default 3 if CAF_SENSOR_SAMPLER_LOG_LEVEL_INF
    default 4 if CAF_SENSOR_SAMPLER_LOG_LEVEL_DBG
    depends on LOG && CAF_SENSOR_SAMPLER && CAF

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)