CONFIG_ANT_SEARCH_CONFIG_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && ANT_SEARCH_CONFIG && ANT

(Includes any dependencies from ifs and menus.)

Kconfig definition

At C:/ncs/main/zephyr/subsys/logging/Kconfig.template.log_config:28

Included via Kconfig:38lib/Kconfig:16lib\ant_search_config/Kconfig:19

Menu path: (Top) → ANT Wireless → ANT Search Config Library

config ANT_SEARCH_CONFIG_LOG_LEVEL
    int
    default 0 if ANT_SEARCH_CONFIG_LOG_LEVEL_OFF
    default 1 if ANT_SEARCH_CONFIG_LOG_LEVEL_ERR
    default 2 if ANT_SEARCH_CONFIG_LOG_LEVEL_WRN
    default 3 if ANT_SEARCH_CONFIG_LOG_LEVEL_INF
    default 4 if ANT_SEARCH_CONFIG_LOG_LEVEL_DBG
    default LOG_DEFAULT_LEVEL if ANT_SEARCH_CONFIG_LOG_LEVEL_DEFAULT
    depends on LOG && ANT_SEARCH_CONFIG && ANT

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