The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_COUNTER_LOG_LEVEL

Counter log level

Type: int

Help

Counter logging level.

Direct dependencies

COUNTER

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/counter/Kconfig:16

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:64

Menu path: (top menu) → Device Drivers → Counter Drivers

config COUNTER_LOG_LEVEL
    int
    prompt "Counter log level" if COUNTER
    range 0 4 if COUNTER
    default 0 if COUNTER
    depends on COUNTER
    help
      Counter logging level.

(Definitions include propagated dependencies, including from if’s and menus.)