-
CONFIG_LOG_FUNC_NAME_PREFIX_ERR
¶
Error messages prepended
Type: bool
Direct dependencies¶
!LOG_FRONTEND
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/logging/Kconfig:92
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:18
Menu path: (Top) → Logging → Prepend log message with function name
config LOG_FUNC_NAME_PREFIX_ERR bool "Error messages prepended" depends on !LOG_FRONTEND
&& !LOG_MINIMAL
&&LOG
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)