:orphan: .. title:: choice: Log level for Network CAN .. _choice_320: .. describe:: choice: Log level for Network CAN *Log level for Network CAN* Type: ``bool`` Direct dependencies =================== \ :option:`NET_LOG ` && \ :option:`CAN_NET ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`CAN_NET_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`CAN_NET_LOG_LEVEL_OFF ` - \ :option:`CAN_NET_LOG_LEVEL_ERR ` - \ :option:`CAN_NET_LOG_LEVEL_WRN ` - \ :option:`CAN_NET_LOG_LEVEL_INF ` - \ :option:`CAN_NET_LOG_LEVEL_DBG ` - \ :option:`CAN_NET_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:80`` → ``/can/Kconfig:90`` → ``/can/Kconfig.net:17`` Menu path: (Top) → Device Drivers → CAN Drivers → Enable 6loCAN network interface [EXPERIMENTAL] .. code-block:: kconfig choice bool "Log level for Network CAN" default CAN_NET_LOG_LEVEL_DEFAULT depends on NET_LOG && CAN_NET && CAN *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*