MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / println

Method println

Bcore/src/main/java/top/niunaijun/blackbox/utils/Slog.java:86–88  ·  view source on GitHub ↗
(int priority, String tag, String msg)

Source from the content-addressed store, hash-verified

84 }
85
86 public static int println(int priority, String tag, String msg) {
87 return Log.println(priority, tag, msg);
88 }
89}
90

Callers 8

vMethod · 0.80
dMethod · 0.80
iMethod · 0.80
wMethod · 0.80
eMethod · 0.80
dumpMapMethod · 0.80
dumpFilterMethod · 0.80
dumpFilterLabelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected