:orphan: .. title:: LOG_FUNC_NAME_PREFIX_DBG .. option:: CONFIG_LOG_FUNC_NAME_PREFIX_DBG *Debug messages prepended* Type: ``bool`` Direct dependencies =================== !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.formatting:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:21`` Menu path: (Top) → Sub Systems and OS Services → Logging → Output Formatting → Prepend non-hexdump log message with function name .. parsed-literal:: config LOG_FUNC_NAME_PREFIX_DBG bool "Debug messages prepended" default y depends on !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*