Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ fine
Method
fine
classpath/java/util/logging/Logger.java:58–60 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
56
}
57
58
public
void
fine(String message) {
59
log(Level.FINE, Method.getCaller(), message, null);
60
}
61
62
public
void
finer(String message) {
63
log(Level.FINER, Method.getCaller(), message, null);
Callers
2
main
Method · 0.95
a
Method · 0.80
Calls
2
log
Method · 0.95
getCaller
Method · 0.95
Tested by
2
main
Method · 0.76
a
Method · 0.64