:orphan: .. title:: LOG_BACKEND_NET .. option:: CONFIG_LOG_BACKEND_NET *Enable networking backend* Type: ``bool`` Help ==== Send syslog messages to network server. See RFC 5424 (syslog protocol) and RFC 5426 (syslog over UDP) specifications for details. Direct dependencies =================== \ :option:`NETWORKING ` && \ :option:`NET_UDP ` && !\ :option:`LOG_IMMEDIATE ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_CONTEXT_NET_PKT_POOL ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.backends:193`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends .. parsed-literal:: config LOG_BACKEND_NET bool "Enable networking backend" select \ :option:`NET_CONTEXT_NET_PKT_POOL ` depends on \ :option:`NETWORKING ` && \ :option:`NET_UDP ` && !\ :option:`LOG_IMMEDIATE ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help Send syslog messages to network server. See RFC 5424 (syslog protocol) and RFC 5426 (syslog over UDP) specifications for details. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*