MCPcopy Create free account
hub / github.com/bumptop/BumpTop / GUIDLogger

Method GUIDLogger

trunk/win/Source/BT_Logger.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160GUIDLogger::GUIDLogger() : Logger(native(winOS->GetDataDirectory() / "guid_log.txt"))
161{
162}
163
164TestLogger::TestLogger() : Logger(native((scnManager->runAutomatedJSONTestsOnStartup) ? scnManager->JSONTestLogPath / "test_log.txt" : winOS->GetTestsDirectory() / "test_log.txt"))
165{

Callers

nothing calls this directly

Calls 2

GetDataDirectoryMethod · 0.80
nativeFunction · 0.70

Tested by

no test coverage detected