-
CONFIG_LORAWAN_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig.template.log_config:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:30
→ <Zephyr>/subsys/lorawan/Kconfig:18
Menu path: (Top) → Sub Systems and OS Services → LoRaWAN support [EXPERIMENTAL]
config LORAWAN_LOG_LEVEL int default 0 ifLORAWAN_LOG_LEVEL_OFF
default 1 ifLORAWAN_LOG_LEVEL_ERR
default 2 ifLORAWAN_LOG_LEVEL_WRN
default 3 ifLORAWAN_LOG_LEVEL_INF
default 4 ifLORAWAN_LOG_LEVEL_DBG
depends onLOG
&&LORAWAN
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)