Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ removeHandler
Method
removeHandler
classpath/java/util/logging/Logger.java:50–52 ·
view source on GitHub ↗
(Handler handler)
Source
from the content-addressed store, hash-verified
48
}
49
50
public
void
removeHandler(Handler handler) {
51
handlers.remove(handler);
52
}
53
54
public
Logger getParent() {
55
return
parent;
Callers
1
main
Method · 0.95
Calls
1
remove
Method · 0.65
Tested by
1
main
Method · 0.76