create project structure
This commit is contained in:
8
libmysyslog-json/include/log_json.h
Normal file
8
libmysyslog-json/include/log_json.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LOG_JSON_H
|
||||
#define LOG_JSON_H
|
||||
|
||||
#include "mysyslog.h"
|
||||
|
||||
void log_json(const char* msg, LogLevel level, const char* path);
|
||||
|
||||
#endif // LOG_JSON_H
|
||||
Reference in New Issue
Block a user