:orphan: .. title:: choice: Logger behavior .. _choice_373: .. describe:: choice: Logger behavior *Logger behavior* Type: ``bool`` Direct dependencies =================== \ :option:`LOG_BACKEND_RTT ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LOG_BACKEND_RTT_MODE_BLOCK ` Choice options ============== - \ :option:`LOG_BACKEND_RTT_MODE_DROP ` - \ :option:`LOG_BACKEND_RTT_MODE_BLOCK ` - \ :option:`LOG_BACKEND_RTT_SYST_ENABLE ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.backends:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable Segger J-Link RTT backend .. parsed-literal:: choice bool "Logger behavior" default \ :option:`LOG_BACKEND_RTT_MODE_BLOCK ` depends on \ :option:`LOG_BACKEND_RTT ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*