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

Method setLevel

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

Source from the content-addressed store, hash-verified

158 }
159
160 public void setLevel(Level level) {
161 levelValue = level;
162 }
163
164 public boolean isLoggable(Level level) {
165 return level.intValue() >= getEffectiveLevel().intValue();

Callers 2

mainMethod · 0.95
LoggerClass · 0.45

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76