9 lines
150 B
C
9 lines
150 B
C
#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
|