create project structure

This commit is contained in:
2024-11-23 18:47:32 +03:00
parent 75f3e942e6
commit 15c07a898b
13 changed files with 221 additions and 0 deletions

View 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