Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initialize
Function · 0.85
Calls
1
getUserDirectory
Function · 0.50
Tested by
no test coverage detected