Frank Haverland
2022-08-29 16:11:05 +02:00
parent bce99da6e5
commit cdf8663bd3
3 changed files with 13 additions and 4 deletions

View File

@@ -129,6 +129,7 @@ void ClassLogFile::WriteToFile(std::string info, bool _time)
std::string logpath = logroot + "/" + buffer;
WriteToDedicatedFile(logpath, info, _time);
printf((info + "\n").c_str());
}
std::string ClassLogFile::GetCurrentFileName()