| 158 | } |
| 159 | |
| 160 | GUIDLogger::GUIDLogger() : Logger(native(winOS->GetDataDirectory() / "guid_log.txt")) |
| 161 | { |
| 162 | } |
| 163 | |
| 164 | TestLogger::TestLogger() : Logger(native((scnManager->runAutomatedJSONTestsOnStartup) ? scnManager->JSONTestLogPath / "test_log.txt" : winOS->GetTestsDirectory() / "test_log.txt")) |
| 165 | { |
nothing calls this directly
no test coverage detected