-
CONFIG_GPS_SIM_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
GPS_SIM_LOG_LEVEL_OFF
&&LOG
&&GPS_SIM
- 1 if
GPS_SIM_LOG_LEVEL_ERR
&&LOG
&&GPS_SIM
- 2 if
GPS_SIM_LOG_LEVEL_WRN
&&LOG
&&GPS_SIM
- 3 if
GPS_SIM_LOG_LEVEL_INF
&&LOG
&&GPS_SIM
- 4 if
GPS_SIM_LOG_LEVEL_DBG
&&LOG
&&GPS_SIM
Kconfig definition¶
At /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/zephyr/subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:11
→ ../nrf/drivers/Kconfig:10
→ ../nrf/drivers/gps_sim/Kconfig:158
Menu path: (top menu) → Nordic nRF Connect → Device Drivers → GPS simulator
config GPS_SIM_LOG_LEVEL int default 0 ifGPS_SIM_LOG_LEVEL_OFF
&&LOG
&&GPS_SIM
default 1 ifGPS_SIM_LOG_LEVEL_ERR
&&LOG
&&GPS_SIM
default 2 ifGPS_SIM_LOG_LEVEL_WRN
&&LOG
&&GPS_SIM
default 3 ifGPS_SIM_LOG_LEVEL_INF
&&LOG
&&GPS_SIM
default 4 ifGPS_SIM_LOG_LEVEL_DBG
&&LOG
&&GPS_SIM
depends onLOG
&&GPS_SIM
(Definitions include propagated dependencies, including from if’s and menus.)