boolean started = false;
public LoggerContext() {
super();
this.loggerCache = new Hashtable<String, Logger>();
this.loggerContextRemoteView = new LoggerContextRemoteView(this);
this.root = new Logger(ROOT_NAME, null, this);
this.root.setLevel(Level.DEBUG);
loggerCache.put(ROOT_NAME, root);
putObject(CoreConstants.EVALUATOR_MAP, new HashMap());
size = 1;