Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agateau/pixelwheels
/ d
Method
d
core/src/com/agateau/utils/log/NLog.java:48–50 ·
view source on GitHub ↗
(Object obj, Object... args)
Source
from the content-addressed store, hash-verified
46
}
47
48
public
static
void
d(Object obj, Object... args) {
49
print(Level.DEBUG, obj, args);
50
}
51
52
public
static
void
i(Object obj, Object... args) {
53
print(Level.INFO, obj, args);
Callers
7
init
Method · 0.95
backtrace
Method · 0.95
isBonusClassAllowed
Method · 0.95
touchDown
Method · 0.95
touchUp
Method · 0.95
load
Method · 0.95
changed
Method · 0.95
Calls
1
print
Method · 0.95
Tested by
no test coverage detected