LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
logger_lifecycle.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_LIFECYCLE_H
16#define LEXLEO_LOGGER_LIFECYCLE_H
17
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
34void logger_destroy(logger_t **l);
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif //LEXLEO_LOGGER_LIFECYCLE_H
void logger_destroy(logger_t **l)
Destroy a logger handle.
Definition logger.c:57
Private handle structure for a logger_t.