MCPcopy Index your code
hub / github.com/Garten/sourcecraft / log

Method log

src/basic/Loggger.java:13–15  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

11 }
12
13 public static void log(String message) {
14 print(message, 0);
15 }
16
17 public static void logg(String message) {
18 print(message, 1);

Callers 15

obtainPlacesMethod · 0.95
detectTexturePacksMethod · 0.95
obtainMethod · 0.95
getGamePathMethod · 0.95
getGameHammerPathMethod · 0.95
getConvertOptionMethod · 0.95
readTextureOptionsMethod · 0.95
getSkinMethod · 0.95
getMethod · 0.95
loadAddablesMethod · 0.95
addMethod · 0.95
convertMapMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected