-
CONFIG_LOG_BLOCK_IN_THREAD
¶
On log full block in thread context
Type: bool
Help¶
When enabled logger will block (if in the thread context) when internal logger buffer is full and new message cannot be allocated.
Direct dependencies¶
!LOG_IMMEDIATE
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig:162
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Logging
config LOG_BLOCK_IN_THREAD bool "On log full block in thread context" depends on !LOG_IMMEDIATE
&& !LOG_MINIMAL
&&LOG
help When enabled logger will block (if in the thread context) when internal logger buffer is full and new message cannot be allocated.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)