nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_rpc_log_tmpl.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NRF_RPC_LOG_H_
8#define NRF_RPC_LOG_H_
9
10/*
11 * THIS IS A TEMPLATE FILE.
12 * It should be copied to a suitable location within the host environment into
13 * which Remote Procedure serialization is integrated, and the following macros
14 * should be provided with appropriate implementations.
15 */
16
25#ifdef __cplusplus
26extern "C" {
27#endif
28
35#define NRF_RPC_ERR(...)
36
43#define NRF_RPC_WRN(...)
44
51#define NRF_RPC_INF(...)
52
59#define NRF_RPC_DBG(...)
60
68#define NRF_RPC_DUMP_ERR(memory, length, text)
69
77#define NRF_RPC_DUMP_WRN(memory, length, text)
78
86#define NRF_RPC_DUMP_INF(memory, length, text)
87
95#define NRF_RPC_DUMP_DBG(memory, length, text)
96
97#ifdef __cplusplus
98}
99#endif
100
105#endif /* NRF_RPC_LOG_H_ */