MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / dbg

Method dbg

src/main/java/net/optifine/Log.java:19–22  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

17 }
18
19 public static void dbg(String s)
20 {
21 LOGGER.info("[OptiFine] " + s);
22 }
23
24 public static void warn(String s)
25 {

Callers 5

logMethod · 0.95
getTargetConstructorMethod · 0.95
dbgCallMethod · 0.95
dbgCallVoidMethod · 0.95
dbgFieldValueMethod · 0.95

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected