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