lots of work

This commit is contained in:
Anonymous275
2020-05-04 01:17:16 +03:00
parent 2d360610fc
commit b0c6c2bac4
11 changed files with 68 additions and 107 deletions

View File

@@ -9,7 +9,7 @@
using namespace std;
extern int loggerlevel;
stringstream getDate();
void setLoggerLevel(char level_string[]);
void setLoggerLevel(int level);
void info(const std::string& toPrint);
void warn(const std::string& toPrint);
void error(const std::string& toPrint);