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

Method maybeLog

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

Source from the content-addressed store, hash-verified

31 }
32
33 public static void maybeLog(String message) {
34 if (Math.random() < 0.1f) {
35 print(message, 0);
36 }
37 }
38
39 public static void print(String mesasge, int callDepth) {
40 StringBuilder stringBuilder = new StringBuilder();

Callers

nothing calls this directly

Calls 1

printMethod · 0.95

Tested by

no test coverage detected