:orphan: .. title:: choice NET_BUF_LOG_LEVEL_CHOICE: Max compiled-in log level for net_buf .. _choice_541: .. describe:: choice NET_BUF_LOG_LEVEL_CHOICE: Max compiled-in log level for net_buf *Max compiled-in log level for net\_buf* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`NET_BUF ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_BUF_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`NET_BUF_LOG_LEVEL_OFF ` - \ :kconfig:`NET_BUF_LOG_LEVEL_ERR ` - \ :kconfig:`NET_BUF_LOG_LEVEL_WRN ` - \ :kconfig:`NET_BUF_LOG_LEVEL_INF ` - \ :kconfig:`NET_BUF_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:34`` Menu path: (Top) → Sub Systems and OS Services → Networking → Network buffer support .. code-block:: kconfig choice NET_BUF_LOG_LEVEL_CHOICE bool "Max compiled-in log level for net_buf" default NET_BUF_LOG_LEVEL_INF depends on LOG && NET_BUF *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*