MCPcopy Create free account
hub / github.com/agateau/pixelwheels / d

Method d

core/src/com/agateau/utils/log/NLog.java:48–50  ·  view source on GitHub ↗
(Object obj, Object... args)

Source from the content-addressed store, hash-verified

46 }
47
48 public static void d(Object obj, Object... args) {
49 print(Level.DEBUG, obj, args);
50 }
51
52 public static void i(Object obj, Object... args) {
53 print(Level.INFO, obj, args);

Callers 7

initMethod · 0.95
backtraceMethod · 0.95
isBonusClassAllowedMethod · 0.95
touchDownMethod · 0.95
touchUpMethod · 0.95
loadMethod · 0.95
changedMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected