Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agateau/pixelwheels
/ i
Method
i
core/src/com/agateau/utils/log/NLog.java:52–54 ·
view source on GitHub ↗
(Object obj, Object... args)
Source
from the content-addressed store, hash-verified
50
}
51
52
public
static
void
i(Object obj, Object... args) {
53
print(Level.INFO, obj, args);
54
}
55
56
public
static
void
e(Object obj, Object... args) {
57
print(Level.ERROR, obj, args);
Callers
15
generateTable
Method · 0.95
main
Method · 0.95
doSave
Method · 0.95
openURI
Method · 0.95
init
Method · 0.95
setExtraAssetsDir
Method · 0.95
findBestLanguageId
Method · 0.95
hasBeenUnlocked
Method · 0.95
logStartup
Method · 0.95
loadTranslations
Method · 0.95
render
Method · 0.95
exportLogs
Method · 0.95
Calls
1
print
Method · 0.95
Tested by
no test coverage detected