:orphan: .. title:: LOG_DOMAIN_ID .. option:: CONFIG_LOG_DOMAIN_ID *Domain ID* Type: ``int`` Help ==== In multicore system each application/core must have unique domain ID. Direct dependencies =================== !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.misc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:29`` Menu path: (Top) → Sub Systems and OS Services → Logging → Misc .. parsed-literal:: config LOG_DOMAIN_ID int "Domain ID" range 0 7 default 0 depends on !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help In multicore system each application/core must have unique domain ID. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*