:orphan: .. title:: choice: Max compiled-in log level for emul .. _choice_366: .. describe:: choice: Max compiled-in log level for emul *Max compiled-in log level for emul* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`EMUL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`EMUL_LOG_LEVEL_INF ` Choice options ============== - \ :option:`EMUL_LOG_LEVEL_OFF ` - \ :option:`EMUL_LOG_LEVEL_ERR ` - \ :option:`EMUL_LOG_LEVEL_WRN ` - \ :option:`EMUL_LOG_LEVEL_INF ` - \ :option:`EMUL_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:21`` → ``subsys/emul/Kconfig:35`` Menu path: (Top) → Sub Systems and OS Services → Emulation drivers .. parsed-literal:: choice bool "Max compiled-in log level for emul" default \ :option:`EMUL_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`EMUL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*