Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
v
Method · 0.80
d
Method · 0.80
i
Method · 0.80
w
Method · 0.80
e
Method · 0.80
dumpMap
Method · 0.80
dumpFilter
Method · 0.80
dumpFilterLabel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected