Handler hc = hf.createHandler("handlerOfroot", "file");
hc.setAttribute(Handler.OUTPUT_ATTRIBUTE, "rootLogger.log");
hc.setAttribute(Handler.PATTERN_ATTRIBUTE, "%m%n");
hc.setAttribute("activation", lf);
try {
l.addHandler(hc);
for (int i = 0; i < hcs.length; i++) {
l.removeHandler(hcs[i]);
}
}
catch (Exception e) {