-
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¶
NETWORKING
&& NET_UDP
&& !LOG_IMMEDIATE
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig:471
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:31
Menu path: (Top) → Sub Systems and OS Services → Logging
config LOG_BACKEND_NET bool "Enable networking backend" selectNET_CONTEXT_NET_PKT_POOL
depends onNETWORKING
&&NET_UDP
&& !LOG_IMMEDIATE
&& !LOG_MINIMAL
&&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.)