CONFIG_LOG_FUNC_NAME_PREFIX_DBG
Debug messages prepended
Type: bool
Direct dependencies
!LOG_FRONTEND
&& !LOG_FRONTEND
&& !LOG_MODE_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/subsys/logging/Kconfig.formatting:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:19
Menu path: (Top) → Sub Systems and OS Services → Logging → Output Formatting → Prepend non-hexdump log message with function name
config LOG_FUNC_NAME_PREFIX_DBG
bool "Debug messages prepended"
default y
depends on !LOG_FRONTEND && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)