Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LJYcoder/DevRing
/ d
Method
d
devring/src/main/java/com/ljy/devring/other/RingLog.java:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
public
static
void
d() {
84
printLog(D, null, DEFAULT_MESSAGE);
85
}
86
87
public
static
void
d(Object msg) {
88
printLog(D, null, msg);
Callers
10
onProgressUpdate
Method · 0.95
onFailure
Method · 0.80
encode
Method · 0.80
decode
Method · 0.80
printFile
Method · 0.80
printSub
Method · 0.80
printJson
Method · 0.80
printXml
Method · 0.80
printLine
Method · 0.80
printLog
Method · 0.80
Calls
1
printLog
Method · 0.95
Tested by
no test coverage detected