MCPcopy 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

mainMethod · 0.95
aMethod · 0.80

Calls 2

logMethod · 0.95
getCallerMethod · 0.95

Tested by 2

mainMethod · 0.76
aMethod · 0.64