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

Method isLoggable

classpath/java/util/logging/Logger.java:164–166  ·  view source on GitHub ↗
(Level level)

Source from the content-addressed store, hash-verified

162 }
163
164 public boolean isLoggable(Level level) {
165 return level.intValue() >= getEffectiveLevel().intValue();
166 }
167
168 private static class DefaultHandler extends Handler {
169 private static final int NAME_WIDTH = 14;

Callers 1

logpMethod · 0.95

Calls 2

getEffectiveLevelMethod · 0.95
intValueMethod · 0.45

Tested by

no test coverage detected