:orphan: .. title:: choice: Mode .. _choice_372: .. describe:: choice: Mode *Mode* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LOG_MODE_DEFERRED ` Choice options ============== - \ :option:`LOG_MODE_DEFERRED ` - \ :option:`LOG_MODE_IMMEDIATE ` - \ :option:`LOG_MODE_MINIMAL ` - \ :option:`LOG_FRONTEND ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.mode:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Logging .. parsed-literal:: choice bool "Mode" default \ :option:`LOG_MODE_DEFERRED ` depends on \ :option:`LOG ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*