if (propertiesInputStream != null) {
Properties props = new Properties();
props.load(propertiesInputStream);
propertiesInputStream.close();
fLogManager = new PluginLogManager(this, props);
}
propertiesInputStream.close();
} catch (IOException e) {
String message = "Error while initializing log properties." + e.getMessage();