:orphan: .. title:: choice: Log level for network loopback driver .. _choice_293: .. describe:: choice: Log level for network loopback driver *Log level for network loopback driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`NET_LOOPBACK ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_LOOPBACK_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`NET_LOOPBACK_LOG_LEVEL_OFF ` - \ :kconfig:`NET_LOOPBACK_LOG_LEVEL_ERR ` - \ :kconfig:`NET_LOOPBACK_LOG_LEVEL_WRN ` - \ :kconfig:`NET_LOOPBACK_LOG_LEVEL_INF ` - \ :kconfig:`NET_LOOPBACK_LOG_LEVEL_DBG ` - \ :kconfig:`NET_LOOPBACK_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` → ``/net/Kconfig:153`` Menu path: (Top) → Device Drivers → Network Drivers → Net loopback driver .. code-block:: kconfig choice bool "Log level for network loopback driver" default NET_LOOPBACK_LOG_LEVEL_DEFAULT depends on LOG && NET_LOOPBACK && NET_DRIVERS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*