-
CONFIG_BT_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
BT_LOG_LEVEL_OFF
&&LOG
&&BT
- 1 if
BT_LOG_LEVEL_ERR
&&LOG
&&BT
- 2 if
BT_LOG_LEVEL_WRN
&&LOG
&&BT
- 3 if
BT_LOG_LEVEL_INF
&&LOG
&&BT
- 4 if
BT_LOG_LEVEL_DBG
&&LOG
&&BT
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:20
Menu path: (top menu) → Bluetooth
config BT_LOG_LEVEL int default 0 ifBT_LOG_LEVEL_OFF
&&LOG
&&BT
default 1 ifBT_LOG_LEVEL_ERR
&&LOG
&&BT
default 2 ifBT_LOG_LEVEL_WRN
&&LOG
&&BT
default 3 ifBT_LOG_LEVEL_INF
&&LOG
&&BT
default 4 ifBT_LOG_LEVEL_DBG
&&LOG
&&BT
depends onLOG
&&BT
(Definitions include propagated dependencies, including from if’s and menus.)