-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/logging/Kconfig:362
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu) → Logging
config LOG_BACKEND_NET bool prompt "Enable networking backend" ifNETWORKING
&&LOG
selectNET_CONTEXT_NET_PKT_POOL
ifNETWORKING
&&LOG
depends onNETWORKING
&&LOG
help Send syslog messages to network server. See RFC 5424 (syslog protocol) and RFC 5426 (syslog over UDP) specifications for details.
(Definitions include propagated dependencies, including from if’s and menus.)