upload all files
This commit is contained in:
9
Modules/Logger.h
Normal file
9
Modules/Logger.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef LOGGER_H
|
||||
#define LOGGER_H
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string getSystemTime();
|
||||
void postLog(const std::string& message, int level);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user