:orphan: .. title:: CONFIG_LOG_PRINTK .. kconfig:: CONFIG_LOG_PRINTK CONFIG_LOG_PRINTK ################# *Process printk messages* Type: ``bool`` Help ==== .. code-block:: none LOG_PRINTK messages are formatted in place and logged unconditionally. Direct dependencies =================== !\ :kconfig:`LOG_MINIMAL ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`LOG_BACKEND_RTT_FORCE_PRINTK ` Kconfig definition ================== At ``/logging/Kconfig.processing:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:21`` Menu path: (Top) → Sub Systems and OS Services → Logging → Processing .. code-block:: kconfig config LOG_PRINTK bool "Process printk messages" depends on !LOG_MINIMAL && !LOG_FRONTEND && !LOG_MINIMAL && LOG help LOG_PRINTK messages are formatted in place and logged unconditionally. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*