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

CONFIG_LOG_FRONTEND

Frontend

Type: bool

Help

When enabled, logs are redirected to a custom frontend instead
of being processed by the logger. In this mode runtime filtering and
multiple backends are not used.

Direct dependencies

<choice LOG_MODE: Mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/logging/Kconfig.mode:57

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

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

config LOG_FRONTEND
    bool "Frontend"
    depends on <choice LOG_MODE>
    help
      When enabled, logs are redirected to a custom frontend instead
      of being processed by the logger. In this mode runtime filtering and
      multiple backends are not used.

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