-
CONFIG_NET_LOG
¶
Enable network stack logging and debugging
Type: bool
Help¶
Enable logging in various parts of the network stack. Specific debugging options to other sub-menus will be unlocked as well (IPv6, IPv4, …).
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
SYS_LOG
if !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.debug:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:30
Menu path: (top menu) → Networking → IP stack
menuconfig NET_LOG bool prompt "Enable network stack logging and debugging" if !NET_RAW_MODE
&&NETWORKING
selectSYS_LOG
if !NET_RAW_MODE
&&NETWORKING
depends on !NET_RAW_MODE
&&NETWORKING
help Enable logging in various parts of the network stack. Specific debugging options to other sub-menus will be unlocked as well (IPv6, IPv4, ...).
(Definitions include propagated dependencies, including from if’s and menus.)