Added backend that sends messages over ipc_service. It uses log_backend_remote and will talk to log_link_ipc_service based on log_link_remote. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
11 lines
279 B
Text
11 lines
279 B
Text
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LOG_MULTIDOMAIN_BACKEND
|
|
bool
|
|
select LOG_TIMESTAMP_64BIT
|
|
select LOG_MSG_APPEND_RO_STRING_LOC
|
|
|
|
config LOG_BACKEND_IPC_SERVICE
|
|
bool "IPC service backend"
|
|
select LOG_MULTIDOMAIN_BACKEND
|