The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NET_LOOPBACK_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

NET_LOOPBACK

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/net/Kconfig.template.log_config.net:50

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:20drivers/net/Kconfig:73

Menu path: (top menu) → Device Drivers → Net loopback driver

config NET_LOOPBACK_LOG_LEVEL
    int
    default 0 if (NET_LOOPBACK_LOG_LEVEL_OFF || !LOG) && NET_LOOPBACK
    default 1 if NET_LOOPBACK_LOG_LEVEL_ERR && NET_LOOPBACK
    default 2 if NET_LOOPBACK_LOG_LEVEL_WRN && NET_LOOPBACK
    default 3 if NET_LOOPBACK_LOG_LEVEL_INF && NET_LOOPBACK
    default 4 if NET_LOOPBACK_LOG_LEVEL_DBG && NET_LOOPBACK
    default LOG_DEFAULT_LEVEL if NET_LOOPBACK_LOG_LEVEL_DEFAULT && NET_LOOPBACK
    depends on NET_LOOPBACK

(Definitions include propagated dependencies, including from if’s and menus.)