:orphan: .. title:: choice: Log level for LWM2M library .. _choice_603: .. describe:: choice: Log level for LWM2M library *Log level for LWM2M library* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`LWM2M ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LWM2M_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`LWM2M_LOG_LEVEL_OFF ` - \ :kconfig:`LWM2M_LOG_LEVEL_ERR ` - \ :kconfig:`LWM2M_LOG_LEVEL_WRN ` - \ :kconfig:`LWM2M_LOG_LEVEL_INF ` - \ :kconfig:`LWM2M_LOG_LEVEL_DBG ` - \ :kconfig:`LWM2M_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:18`` → ``/net/lib/lwm2m/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack .. code-block:: kconfig choice bool "Log level for LWM2M library" default LWM2M_LOG_LEVEL_DEFAULT depends on LOG && LWM2M && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*