Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AllenCoder/SuperUtils
/ errorLog
Method
errorLog
apputils/src/main/java/com/allen/apputils/MLog.java:255–261 ·
view source on GitHub ↗
(Exception e)
Source
from the content-addressed store, hash-verified
253
}
254
255
public
static
void
errorLog(Exception e) {
256
if
(e == null) {
257
return
;
258
}
259
260
printLog(E, null, e.getLocalizedMessage());
261
}
262
}
Callers
nothing calls this directly
Calls
1
printLog
Method · 0.95
Tested by
no test coverage detected