:orphan: .. title:: choice: Max compiled-in log level for ISOTP .. _choice_357: .. describe:: choice: Max compiled-in log level for ISOTP *Max compiled-in log level for ISOTP* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ISOTP_LOG_LEVEL_INF ` Choice options ============== - \ :option:`ISOTP_LOG_LEVEL_OFF ` - \ :option:`ISOTP_LOG_LEVEL_ERR ` - \ :option:`ISOTP_LOG_LEVEL_WRN ` - \ :option:`ISOTP_LOG_LEVEL_INF ` - \ :option:`ISOTP_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:11`` → ``subsys/canbus/Kconfig:9`` → ``subsys/canbus/isotp/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL] .. parsed-literal:: choice bool "Max compiled-in log level for ISOTP" default \ :option:`ISOTP_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`ISOTP ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*