final HashSet<String> namesOfSetterMethods = new HashSet<String>();
public LostLoggerDueToWeakReference(BugReporter bugReporter) {
// this.bugReporter = bugReporter;
this.bugAccumulator = new BugAccumulator(bugReporter);
namesOfSetterMethods.add("addHandler");
namesOfSetterMethods.add("setUseParentHandlers");
namesOfSetterMethods.add("setLevel");
namesOfSetterMethods.add("setFilter");
}