mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 01:06:25 +00:00
commit
This commit is contained in:
@@ -10,7 +10,7 @@ using namespace std;
|
||||
extern int loggerlevel;
|
||||
stringstream getDate();
|
||||
void setLoggerLevel(char level_string[]);
|
||||
void info(basic_string<char> toPrint);
|
||||
void warn(basic_string<char> toPrint);
|
||||
void error(basic_string<char> toPrint);
|
||||
void debug(basic_string<char> toPrint);
|
||||
void info(const std::string& toPrint);
|
||||
void warn(const std::string& toPrint);
|
||||
void error(const std::string& toPrint);
|
||||
void debug(const std::string& toPrint);
|
||||
|
||||
Reference in New Issue
Block a user