MCPcopy 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

initializeLoggingMethod · 0.95

Calls 2

getSupportPathMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected