:orphan: .. title:: choice: Max compiled-in log level for SMS library .. _choice_59: .. describe:: choice: Max compiled-in log level for SMS library *Max compiled-in log level for SMS library* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`SMS ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SMS_LOG_LEVEL_INF ` Choice options ============== - \ :option:`SMS_LOG_LEVEL_OFF ` - \ :option:`SMS_LOG_LEVEL_ERR ` - \ :option:`SMS_LOG_LEVEL_WRN ` - \ :option:`SMS_LOG_LEVEL_INF ` - \ :option:`SMS_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:11`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/lib/Kconfig:27`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/lib/sms/Kconfig:24`` Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → SMS subscriber .. parsed-literal:: choice bool "Max compiled-in log level for SMS library" default \ :option:`SMS_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`SMS ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*