RocketLogger  1.1.5
log.h
Go to the documentation of this file.
1 
32 #ifndef LOG_H_
33 #define LOG_H_
34 
35 #include <stdio.h>
36 
37 #include "types.h"
38 
39 void rl_log(rl_log_type type, const char* format, ...);
40 
41 #endif /* LOG_H_ */
void rl_log(rl_log_type type, const char *format,...)
Definition: log.c:39
enum log_type rl_log_type