CONFIG_LOG_FRONTEND

Enable frontend

Type: bool

Help

When enabled, logs are redirected to a custom frontend instead of being processed by the logger.

Direct dependencies

!LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig:276

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:28

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

config LOG_FRONTEND
    bool "Enable frontend"
    select LOG_IMMEDIATE
    depends on !LOG_MINIMAL && LOG
    help
      When enabled, logs are redirected to a custom frontend instead
      of being processed by the logger.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)