:orphan: .. title:: THREAD_ANALYZER_USE_LOG .. option:: CONFIG_THREAD_ANALYZER_USE_LOG *Use logger output* Type: ``bool`` Help ==== Use logger output to print thread information. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`LOG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer → Thread analysis print mode .. parsed-literal:: config THREAD_ANALYZER_USE_LOG bool "Use logger output" select \ :option:`LOG ` depends on \ :ref:` ` help Use logger output to print thread information. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*