Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/banq/jdonframework
/ logInfo
Method
logInfo
src/main/java/com/jdon/util/Debug.java:264–266 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
262
}
263
264
public
static
void
logInfo(String msg) {
265
log(Debug.INFO, null, msg, null);
266
}
267
268
public
static
void
logInfo(String msg, String module) {
269
log(Debug.INFO, null, msg, module);
Callers
1
registerAppRoot
Method · 0.95
Calls
1
log
Method · 0.95
Tested by
no test coverage detected