configByPid = new ConcurrentHashMap<String, LogConfig>();
configByCategory = new ConcurrentHashMap<String, LogConfig>();
this.rootDir = new File(rootDir);
setDefaultConfiguration(getBundleConfiguration(bundleContext));
this.configAdminSupport = new ConfigAdminSupport(bundleContext, this);
}