Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getParent
Method
getParent
classpath/java/util/logging/Logger.java:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
public
Logger getParent() {
55
return
parent;
56
}
57
58
public
void
fine(String message) {
59
log(Level.FINE, Method.getCaller(), message, null);
Callers
2
main
Method · 0.95
getEffectiveLevel
Method · 0.95
Calls
no outgoing calls
Tested by
1
main
Method · 0.76