The latest development version of this page may be more current than this released 1.14.0 version.
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 && LOG

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/logging/Kconfig:362

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:20

Menu path: (top menu) → Logging

config LOG_BACKEND_NET
    bool
    prompt "Enable networking backend" if NETWORKING && LOG
    select NET_CONTEXT_NET_PKT_POOL if NETWORKING && LOG
    depends on NETWORKING && 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.)