MCPcopy 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

mainMethod · 0.95
getEffectiveLevelMethod · 0.95

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76