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