MCPcopy Create free account
hub / github.com/ReadyTalk/avian / finest

Method finest

classpath/java/util/logging/Logger.java:66–68  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

64 }
65
66 public void finest(String message) {
67 log(Level.FINEST, Method.getCaller(), message, null);
68 }
69
70 public void info(String message) {
71 log(Level.INFO, Method.getCaller(), message, null);

Callers 1

mainMethod · 0.95

Calls 2

logMethod · 0.95
getCallerMethod · 0.95

Tested by 1

mainMethod · 0.76