-
CONFIG_NET_LOOPBACK_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if (
NET_LOOPBACK_LOG_LEVEL_OFF
|| !LOG
) &&NET_LOOPBACK
- 1 if
NET_LOOPBACK_LOG_LEVEL_ERR
&&NET_LOOPBACK
- 2 if
NET_LOOPBACK_LOG_LEVEL_WRN
&&NET_LOOPBACK
- 3 if
NET_LOOPBACK_LOG_LEVEL_INF
&&NET_LOOPBACK
- 4 if
NET_LOOPBACK_LOG_LEVEL_DBG
&&NET_LOOPBACK
LOG_DEFAULT_LEVEL
ifNET_LOOPBACK_LOG_LEVEL_DEFAULT
&&NET_LOOPBACK
Kconfig definition¶
At subsys/net/Kconfig.template.log_config.net:50
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:20
→ drivers/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 ifNET_LOOPBACK_LOG_LEVEL_ERR
&&NET_LOOPBACK
default 2 ifNET_LOOPBACK_LOG_LEVEL_WRN
&&NET_LOOPBACK
default 3 ifNET_LOOPBACK_LOG_LEVEL_INF
&&NET_LOOPBACK
default 4 ifNET_LOOPBACK_LOG_LEVEL_DBG
&&NET_LOOPBACK
defaultLOG_DEFAULT_LEVEL
ifNET_LOOPBACK_LOG_LEVEL_DEFAULT
&&NET_LOOPBACK
depends onNET_LOOPBACK
(Definitions include propagated dependencies, including from if’s and menus.)