ocssw
V2022
|
file.c
Go to the documentation of this file.
7 static int olog_backend_file_print(olog *olog, olog_backend *backend, uint8_t severity, va_list args) {
30 olog_backend olog_backend_file_mode(const char *filename, const char *mode, int8_t min_log_level, int8_t max_log_level) {
43 olog_backend olog_backend_file(const char *filename, int8_t min_log_level, int8_t max_log_level) {
olog_backend olog_backend_file_mode(const char *filename, const char *mode, int8_t min_log_level, int8_t max_log_level)
Definition: file.c:30
olog_backend olog_backend_file(const char *filename, int8_t min_log_level, int8_t max_log_level)
Definition: file.c:43
README for MOD_PR02AQUA(AQUA) Version to set to For disabling creating and output data sets when in night mode
Definition: README.txt:96
A simple logger, capable of dispatching log events to multiple end points.
Definition: olog.h:64