:orphan: .. title:: choice: Max compiled-in log level for Event Manager .. _choice_41: .. describe:: choice: Max compiled-in log level for Event Manager *Max compiled-in log level for Event Manager* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`EVENT_MANAGER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`DESKTOP_EVENT_MANAGER_LOG_LEVEL_INF ` Choice options ============== - \ :option:`DESKTOP_EVENT_MANAGER_LOG_LEVEL_OFF ` - \ :option:`DESKTOP_EVENT_MANAGER_LOG_LEVEL_ERR ` - \ :option:`DESKTOP_EVENT_MANAGER_LOG_LEVEL_WRN ` - \ :option:`DESKTOP_EVENT_MANAGER_LOG_LEVEL_INF ` - \ :option:`DESKTOP_EVENT_MANAGER_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:20`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/event_manager/Kconfig:33`` Menu path: (Top) → Modules → Nordic nRF Connect → Event Manager .. parsed-literal:: choice bool "Max compiled-in log level for Event Manager" default \ :option:`DESKTOP_EVENT_MANAGER_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`EVENT_MANAGER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*