add http debug error logging

This commit is contained in:
Lion Kortlepel
2024-03-22 12:19:18 +01:00
parent cc42a5e0ab
commit adba66afb9
3 changed files with 146 additions and 85 deletions

View File

@@ -15,3 +15,4 @@ void debug(const std::string& toPrint);
void error(const std::string& toPrint);
void info(const std::string& toPrint);
void warn(const std::string& toPrint);
std::string getDate();