CONFIG_EVENT_MANAGER_LOG_EVENT_TYPE

Include event type in the event log output

Type: bool

Direct dependencies

EVENT_MANAGER

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/subsys/event_manager/Kconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:50<nRF>/subsys/Kconfig:22

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Event Manager

config EVENT_MANAGER_LOG_EVENT_TYPE
    bool "Include event type in the event log output"
    default y
    depends on EVENT_MANAGER

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