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

Method w

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

Source from the content-addressed store, hash-verified

89 }
90
91 public static void w() {
92 printLog(W, null, DEFAULT_MESSAGE);
93 }
94
95 public static void w(Object msg) {
96 printLog(W, null, msg);

Callers 1

printLogMethod · 0.80

Calls 1

printLogMethod · 0.95

Tested by

no test coverage detected