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

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

USB_DEVICE_NETWORK && USB_DEVICE_STACK

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

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:28subsys/usb/Kconfig:102subsys/usb/class/Kconfig:127subsys/usb/class/netusb/Kconfig:92

Menu path: (top menu) → USB device stack → USB Device Networking support

config USB_DEVICE_NETWORK_LOG_LEVEL
    int
    default 0 if (USB_DEVICE_NETWORK_LOG_LEVEL_OFF || !LOG) && USB_DEVICE_NETWORK && USB_DEVICE_STACK
    default 1 if USB_DEVICE_NETWORK_LOG_LEVEL_ERR && USB_DEVICE_NETWORK && USB_DEVICE_STACK
    default 2 if USB_DEVICE_NETWORK_LOG_LEVEL_WRN && USB_DEVICE_NETWORK && USB_DEVICE_STACK
    default 3 if USB_DEVICE_NETWORK_LOG_LEVEL_INF && USB_DEVICE_NETWORK && USB_DEVICE_STACK
    default 4 if USB_DEVICE_NETWORK_LOG_LEVEL_DBG && USB_DEVICE_NETWORK && USB_DEVICE_STACK
    default LOG_DEFAULT_LEVEL if USB_DEVICE_NETWORK_LOG_LEVEL_DEFAULT && USB_DEVICE_NETWORK && USB_DEVICE_STACK
    depends on USB_DEVICE_NETWORK && USB_DEVICE_STACK

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