:orphan: .. title:: CONFIG_LOG_BACKEND_NET_SYST_ENABLE .. kconfig:: CONFIG_LOG_BACKEND_NET_SYST_ENABLE CONFIG_LOG_BACKEND_NET_SYST_ENABLE ################################## *Enable networking syst backend* Type: ``bool`` Help ==== .. code-block:: none When enabled backend is using networking to output syst format logs. Direct dependencies =================== \ :kconfig:`LOG_MIPI_SYST_ENABLE ` && \ :kconfig:`LOG_BACKEND_NET ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/logging/Kconfig.backends:275`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable networking backend .. code-block:: kconfig config LOG_BACKEND_NET_SYST_ENABLE bool "Enable networking syst backend" depends on LOG_MIPI_SYST_ENABLE && LOG_BACKEND_NET && !LOG_FRONTEND && !LOG_MINIMAL && LOG help When enabled backend is using networking to output syst format logs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*