LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
logger_cr_api.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright (C) 2026 Sylvain Labopin
3 */
4
18#ifndef LEXLEO_LOGGER_CR_API_H
19#define LEXLEO_LOGGER_CR_API_H
20
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif //LEXLEO_LOGGER_CR_API_H
logger_env_t logger_default_env(const osal_mem_ops_t *mem_ops)
Build a default logger_env_t from injected memory operations.
Definition logger.c:22
Public environment type for the logger port.
Runtime environment for the logger port.
Definition logger_env.h:34