Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AllenCoder/SuperUtils
/ d
Method
d
apputils/src/main/java/com/allen/apputils/MLog.java:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
public
static
void
d() {
63
printLog(D, null, DEFAULT_MESSAGE);
64
}
65
66
public
static
void
d(Object msg) {
67
printLog(D, null, msg);
Callers
4
closeQuietly
Method · 0.95
printStackTrace
Method · 0.80
printLog
Method · 0.80
printLine
Method · 0.80
Calls
1
printLog
Method · 0.95
Tested by
no test coverage detected