OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
stream.h
Go to the documentation of this file.
1 
2 #ifndef __OLOG_STREAM_H_
3 #define __OLOG_STREAM_H_
4 
5 #include "olog.h"
6 
7 #include <stdio.h>
8 #include <stdlib.h>
9 
10 olog_backend olog_backend_stream(FILE *stream, int8_t min_log_level, int8_t max_log_level);
11 
12 #endif /* __OLOG_STREAM_H_ */
A simple logger, capable of dispatching log events to multiple end points.
olog_backend olog_backend_stream(FILE *stream, int8_t min_log_level, int8_t max_log_level)
Definition: stream.c:13