LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
logger_handle.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_HANDLE_H
16#define LEXLEO_LOGGER_HANDLE_H
17
19
21
34struct logger_t {
37
39 void *backend;
40
43};
44
45#endif // LEXLEO_LOGGER_HANDLE_H
Adapter-side API for constructing and binding logger_t objects.
Private handle structure for a logger_t.
logger_vtbl_t vtbl
void * backend
const osal_mem_ops_t * mem
Adapter dispatch table bound to a logger_t instance.