-
CONFIG_LOG_FRONTEND
¶
Enable frontend
Type: bool
Help¶
When enabled, logs are redirected to a custom frontend instead of being processed by the logger.
Defaults¶
- n
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/logging/Kconfig:229
Included via Kconfig:10
→ Kconfig.zephyr:44
→ subsys/Kconfig:20
Menu path: (Top) → Logging
config LOG_FRONTEND bool "Enable frontend" default n selectLOG_IMMEDIATE
depends onLOG
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.)