MCPcopy Index your code
hub / github.com/AllenCoder/SuperUtils / d

Method d

apputils/src/main/java/com/allen/apputils/MLog.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public static void d() {
63 printLog(D, null, DEFAULT_MESSAGE);
64 }
65
66 public static void d(Object msg) {
67 printLog(D, null, msg);

Callers 4

closeQuietlyMethod · 0.95
printStackTraceMethod · 0.80
printLogMethod · 0.80
printLineMethod · 0.80

Calls 1

printLogMethod · 0.95

Tested by

no test coverage detected