The latest development version of this page may be more current than this released 2.3.0 version.
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 subsys/logging/Kconfig:275

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:18

Menu path: (Top) → 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.)