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
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/subsys/logging/Kconfig.mode:58
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:13
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.)