:orphan: .. title:: choice: Max compiled-in log level for counter .. _choice_300: .. 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 ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:64`` → ``/counter/Kconfig:15`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig choice bool "Max compiled-in log level for counter" default COUNTER_LOG_LEVEL_INF depends on LOG && COUNTER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*