:orphan: .. title:: LOG_BACKEND_NET_SERVER .. option:: CONFIG_LOG_BACKEND_NET_SERVER *Syslog server IP address* Type: ``string`` Help ==== This can be either IPv4 or IPv6 address. Server listen UDP port number can be configured here too. Following syntax is supported: 192.0.2.1:514 192.0.2.42 [2001:db8::1]:514 [2001:db8::2] 2001:db::42 Direct dependencies =================== \ :option:`LOG_BACKEND_NET ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.backends:204`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable networking backend .. parsed-literal:: config LOG_BACKEND_NET_SERVER string "Syslog server IP address" depends on \ :option:`LOG_BACKEND_NET ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help This can be either IPv4 or IPv6 address. Server listen UDP port number can be configured here too. Following syntax is supported: 192.0.2.1:514 192.0.2.42 [2001:db8::1]:514 [2001:db8::2] 2001:db::42 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*