Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AllenCoder/SuperUtils
/ v
Method
v
apputils/src/main/java/com/allen/apputils/MLog.java:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
public
static
void
v() {
51
printLog(V, null, DEFAULT_MESSAGE);
52
}
53
54
public
static
void
v(Object msg) {
55
printLog(V, null, msg);
Callers
1
printLog
Method · 0.80
Calls
1
printLog
Method · 0.95
Tested by
no test coverage detected