| 22 | } |
| 23 | |
| 24 | static std::string getLogFileName() |
| 25 | { |
| 26 | auto now = std::chrono::system_clock::now(); |
| 27 | return fmt::format("openloco_{:%Y-%m-%d_%H_%M_%S}.log", std::chrono::floor<std::chrono::seconds>(now)); |
| 28 | } |
| 29 | |
| 30 | static void cleanupLogFiles(const fs::path& logsFolderPath) |
| 31 | { |