ocssw
V2022
|
buffer.h
Go to the documentation of this file.
16 olog_backend olog_backend_buffer(size_t initial_size, int8_t min_log_level, int8_t max_log_level);
olog_backend olog_backend_buffer(size_t initial_size, int8_t min_log_level, int8_t max_log_level)
Definition: buffer.c:76
A simple logger, capable of dispatching log events to multiple end points.
A simple dictionary library for storing pointers.
Definition: olog.h:64
void olog_backend_buffer_clear(olog_backend *backend)
Definition: buffer.c:95
Definition: buffer.h:11