-
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
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At subsys/logging/Kconfig:374
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu) → Logging
config LOG_BACKEND_NET_SERVER string prompt "Syslog server IP address" ifLOG_BACKEND_NET
&&LOG
depends onLOG_BACKEND_NET
&&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
(Definitions include propagated dependencies, including from if’s and menus.)