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

Method info

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

Source from the content-addressed store, hash-verified

68 }
69
70 public void info(String message) {
71 log(Level.INFO, Method.getCaller(), message, null);
72 }
73
74 public void warning(String message) {
75 log(Level.WARNING, Method.getCaller(), message, null);

Callers 3

mainMethod · 0.95
runMethod · 0.80
bMethod · 0.80

Calls 2

logMethod · 0.95
getCallerMethod · 0.95

Tested by 3

mainMethod · 0.76
runMethod · 0.64
bMethod · 0.64