Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ getLogDirectory
Method
getLogDirectory
editor/src/java/com/defold/editor/Editor.java:38–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
public
static
Path getLogDirectory() throws IOException {
39
String defoldLogDir = System.getProperty(
"defold.log.dir"
);
40
return
defoldLogDir != null ? Paths.get(defoldLogDir) : getSupportPath();
41
}
42
}
Callers
1
initializeLogging
Method · 0.95
Calls
2
getSupportPath
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected