Log to the instance folder
This commit is contained in:
parent
6f3b004199
commit
9486a230c7
4 changed files with 12 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ enum LogLevel {
|
|||
};
|
||||
|
||||
namespace Debug {
|
||||
void init();
|
||||
void init(std::string IS);
|
||||
void log(LogLevel level, const char* fmt, ...);
|
||||
|
||||
inline std::string logFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue