Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
Logger
Class · 0.45
Calls
no outgoing calls
Tested by
1
main
Method · 0.76