2024-11-23 18:47:32 +03:00

9 lines
150 B
C

#ifndef LOG_TEXT_H
#define LOG_TEXT_H
#include "mysyslog.h"
void log_text(const char* msg, LogLevel level, const char* path);
#endif // LOG_TEXT_H