:orphan: .. title:: CONFIG_LOG_FRONTEND .. kconfig:: CONFIG_LOG_FRONTEND CONFIG_LOG_FRONTEND ################### *Frontend* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/logging/Kconfig.mode:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Logging → Mode .. code-block:: kconfig config LOG_FRONTEND bool "Frontend" depends on 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.)*