6364656667686970717273
} lastCheck = now; while (head.value != null && isEntryStale(head,now)) { Appender appender = head.value; //System.out.println(" stopping "+appender); appender.stop(); removeHead(); } } public List<String> keyList() {
120121122123124125126127128129130
public void detachAndStopAllAppenders() { int len = appenderList.size(); for (int i = 0; i < len; i++) { Appender a = (Appender) appenderList.get(i); a.stop(); } appenderList.clear(); }