-
CONFIG_IEEE802154_DRIVER_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
IEEE802154_DRIVER_LOG_LEVEL_OFF
&&LOG
&&IEEE802154
- 1 if
IEEE802154_DRIVER_LOG_LEVEL_ERR
&&LOG
&&IEEE802154
- 2 if
IEEE802154_DRIVER_LOG_LEVEL_WRN
&&LOG
&&IEEE802154
- 3 if
IEEE802154_DRIVER_LOG_LEVEL_INF
&&LOG
&&IEEE802154
- 4 if
IEEE802154_DRIVER_LOG_LEVEL_DBG
&&LOG
&&IEEE802154
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:14
→ drivers/ieee802154/Kconfig:94
Menu path: (top menu) → Device Drivers → IEEE 802.15.4 drivers options
config IEEE802154_DRIVER_LOG_LEVEL int default 0 ifIEEE802154_DRIVER_LOG_LEVEL_OFF
&&LOG
&&IEEE802154
default 1 ifIEEE802154_DRIVER_LOG_LEVEL_ERR
&&LOG
&&IEEE802154
default 2 ifIEEE802154_DRIVER_LOG_LEVEL_WRN
&&LOG
&&IEEE802154
default 3 ifIEEE802154_DRIVER_LOG_LEVEL_INF
&&LOG
&&IEEE802154
default 4 ifIEEE802154_DRIVER_LOG_LEVEL_DBG
&&LOG
&&IEEE802154
depends onLOG
&&IEEE802154
(Definitions include propagated dependencies, including from if’s and menus.)