:orphan: .. title:: choice: Max compiled-in log level for counter .. _choice_292: .. describe:: choice: Max compiled-in log level for counter *Max compiled-in log level for counter* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`COUNTER_LOG_LEVEL_INF ` Choice options ============== - \ :option:`COUNTER_LOG_LEVEL_OFF ` - \ :option:`COUNTER_LOG_LEVEL_ERR ` - \ :option:`COUNTER_LOG_LEVEL_WRN ` - \ :option:`COUNTER_LOG_LEVEL_INF ` - \ :option:`COUNTER_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:15`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: choice bool "Max compiled-in log level for counter" default \ :option:`COUNTER_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`COUNTER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*