logging: Remove logging v1 from the logging

Remove v1 implementation from log_core and all references in the tree.
Remove modules used by v1: log_list and log_msg.
Remove Kconfig v1 specific options.
Remove Kconfig flags used for distinction between v1 and v2.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2022-06-15 07:46:35 +02:00 committed by Anas Nashif
commit c5f2cdef09
59 changed files with 108 additions and 3606 deletions

View file

@ -227,6 +227,7 @@ config SHELL_CMD_ROOT
config SHELL_LOG_BACKEND
bool "Shell log backend"
depends on LOG && !LOG_MODE_MINIMAL
select MPSC_PBUF
default y if LOG
help
When enabled, backend will use the shell for logging.