various fixes/cleanup: old producers are now completely gone, old logfile class too
[mir.git] / source / mir / log / log4j / LoggerImpl.java
index 9f44cf9..3d8adfb 100755 (executable)
@@ -14,10 +14,10 @@ public class LoggerImpl implements mir.log.Logger {
   private static Map loggers = new HashMap();\r
 \r
   public LoggerImpl() throws PropertiesConfigExc {\r
-    System.setProperty("log.home", \r
-                       MirPropertiesConfiguration.instance().getStringWithHome("Log.Home"));\r
-    PropertyConfigurator.configure(MirPropertiesConfiguration.instance()\r
-                                   .getStringWithHome("Log.log4j.ConfigurationFile").trim());\r
+    System.setProperty("log.home",\r
+        MirPropertiesConfiguration.instance().getStringWithHome("Log.Home"));\r
+    PropertyConfigurator.configure(\r
+        MirPropertiesConfiguration.instance().getStringWithHome("Log.log4j.ConfigurationFile").trim());\r
   }\r
 \r
   public void debug(Object o, String s) {\r