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

Method warning

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

Source from the content-addressed store, hash-verified

72 }
73
74 public void warning(String message) {
75 log(Level.WARNING, Method.getCaller(), message, null);
76 }
77
78 public void severe(String message) {
79 log(Level.SEVERE, Method.getCaller(), message, null);

Callers 1

cMethod · 0.80

Calls 2

logMethod · 0.95
getCallerMethod · 0.95

Tested by 1

cMethod · 0.64