The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LOG_PRINTK

Process printk messages

Type: bool

Help

LOG_PRINTK messages are formatted in place and logged unconditionally.

Direct dependencies

!LOG_MINIMAL && !LOG_FRONTEND && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/logging/Kconfig.processing:8

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:31subsys/logging/Kconfig:26

Menu path: (Top) → Sub Systems and OS Services → Logging → Processing

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.)