ocssw
V2022
|
file.h
Go to the documentation of this file.
7 olog_backend olog_backend_file_mode(const char *filename, const char *mode, int8_t min_log_level, int8_t max_log_level);
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
olog_backend olog_backend_file(const char *filename, int8_t min_log_level, int8_t max_log_level)
Definition: file.c:43
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