CONFIG_NET_BUF_LOG
Network buffer logging
Type: bool
Help
Enable logs and checks for the generic network buffers.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/net/Kconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
Menu path: (Top) → Sub Systems and OS Services → Networking → Network buffer support
config NET_BUF_LOG
bool "Network buffer logging"
select LOG
depends on NET_BUF
help
Enable logs and checks for the generic network buffers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)