LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
logger_types.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
5#ifndef LEXLEO_LOGGER_TYPES_H
6#define LEXLEO_LOGGER_TYPES_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct logger_t logger_t;
13
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif //LEXLEO_LOGGER_TYPES_H
logger_status_t
@ LOGGER_STATUS_OOM
@ LOGGER_STATUS_IO_ERROR
@ LOGGER_STATUS_NO_BACKEND
@ LOGGER_STATUS_OK
@ LOGGER_STATUS_INVALID
Private handle structure for a logger_t.