:orphan: .. title:: CONFIG_LOG_FUNC_NAME_PREFIX_WRN .. kconfig:: CONFIG_LOG_FUNC_NAME_PREFIX_WRN CONFIG_LOG_FUNC_NAME_PREFIX_WRN ############################### *Warning messages prepended* Type: ``bool`` Direct dependencies =================== !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/logging/Kconfig.formatting:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → Logging → Output Formatting → Prepend non-hexdump log message with function name .. code-block:: kconfig config LOG_FUNC_NAME_PREFIX_WRN bool "Warning messages prepended" depends on !LOG_FRONTEND && !LOG_FRONTEND && !LOG_MINIMAL && LOG *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*