:orphan: .. title:: NET_BUF_LOG .. option:: CONFIG_NET_BUF_LOG *Network buffer logging* Type: ``bool`` Help ==== Enable logs and checks for the generic network buffers. Direct dependencies =================== \ :option:`NET_BUF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`LOG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` Menu path: (Top) → Sub Systems and OS Services → Networking → Network buffer support .. parsed-literal:: config NET_BUF_LOG bool "Network buffer logging" select \ :option:`LOG ` depends on \ :option:`NET_BUF ` help Enable logs and checks for the generic network buffers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*