MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getLogsFolderPath

Function getLogsFolderPath

src/OpenLoco/src/Logging.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 static constexpr auto kMaxLogFiles = 20;
18
19 static fs::path getLogsFolderPath()
20 {
21 return Platform::getUserDirectory() / "logs";
22 }
23
24 static std::string getLogFileName()
25 {

Callers 1

initializeFunction · 0.85

Calls 1

getUserDirectoryFunction · 0.50

Tested by

no test coverage detected