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

Method log

classpath/java/util/logging/Logger.java:82–84  ·  view source on GitHub ↗
(Level level, String message)

Source from the content-addressed store, hash-verified

80 }
81
82 public void log(Level level, String message) {
83 log(level, Method.getCaller(), message, null);
84 }
85
86 public void log(Level level, String message, Throwable exception) {
87 log(level, Method.getCaller(), message, exception);

Callers 6

fineMethod · 0.95
finerMethod · 0.95
finestMethod · 0.95
infoMethod · 0.95
warningMethod · 0.95
severeMethod · 0.95

Calls 6

getCallerMethod · 0.95
replaceParametersMethod · 0.95
getEffectiveLevelMethod · 0.95
getNameMethod · 0.95
publishMethod · 0.95
intValueMethod · 0.45

Tested by

no test coverage detected