MCPcopy 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

mainMethod · 0.95

Calls 1

removeMethod · 0.65

Tested by 1

mainMethod · 0.76