LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
logger_env.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
15#ifndef LEXLEO_LOGGER_ENV_H
16#define LEXLEO_LOGGER_ENV_H
17
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif // LEXLEO_LOGGER_ENV_H
Runtime environment for the logger port.
Definition logger_env.h:34
const osal_mem_ops_t * mem
Memory operations used by the logger port.
Definition logger_env.h:42