:orphan: .. title:: NFC_T4T_HL_PROCEDURE_LOG_LEVEL .. option:: CONFIG_NFC_T4T_HL_PROCEDURE_LOG_LEVEL *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`NFC_T4T_HL_PROCEDURE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_OFF ` - 1 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_ERR ` - 2 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_WRN ` - 3 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_INF ` - 4 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:25`` 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:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:18`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/nfc/Kconfig:11`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/nfc/t4t/Kconfig:112`` Menu path: (Top) → Modules → Nordic nRF Connect → NFC → NFC Type 4 Tag High Level Procedure .. parsed-literal:: config NFC_T4T_HL_PROCEDURE_LOG_LEVEL int default 0 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_OFF ` default 1 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_ERR ` default 2 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_WRN ` default 3 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_INF ` default 4 if \ :option:`NFC_T4T_HL_PROCEDURE_LOG_LEVEL_DBG ` depends on \ :option:`LOG ` && \ :option:`NFC_T4T_HL_PROCEDURE ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*