Skip to content

Commit 3cba0be

Browse files
henrikbrixandersennashif
authored andcommitted
logging: mark custom header inclusion as experimental
Mark the custom logging header support as experimental. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
1 parent a4a173b commit 3cba0be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subsys/logging/Kconfig.mode

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ config LOG_FRONTEND_OPT_API
6161
used for the most common log messages.
6262

6363
config LOG_CUSTOM_HEADER
64-
bool "Include Custom Log Header"
64+
bool "Include Custom Log Header [EXPERIMENTAL]"
65+
select EXPERIMENTAL
6566
help
6667
When enabled, a custom application provided header, named
6768
"zephyr_custom_log.h", is included at the end of log.h. This enables

0 commit comments

Comments
 (0)