MCPcopy Create free account
hub / github.com/LJYcoder/DevRing / d

Method d

devring/src/main/java/com/ljy/devring/other/RingLog.java:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 public static void d() {
84 printLog(D, null, DEFAULT_MESSAGE);
85 }
86
87 public static void d(Object msg) {
88 printLog(D, null, msg);

Callers 10

onProgressUpdateMethod · 0.95
onFailureMethod · 0.80
encodeMethod · 0.80
decodeMethod · 0.80
printFileMethod · 0.80
printSubMethod · 0.80
printJsonMethod · 0.80
printXmlMethod · 0.80
printLineMethod · 0.80
printLogMethod · 0.80

Calls 1

printLogMethod · 0.95

Tested by

no test coverage detected