MCPcopy Create free account
hub / github.com/Garten/sourcecraft / debug

Method debug

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

Source from the content-addressed store, hash-verified

7 private static int minimalIndent = DEFAULT_INDENT;
8
9 public static void debug(String message) {
10 print(message, 0);
11 }
12
13 public static void log(String message) {
14 print(message, 0);

Callers

nothing calls this directly

Calls 1

printMethod · 0.95

Tested by

no test coverage detected