Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mir / entity / EntityList.java
index 98883c8..303917d 100755 (executable)
@@ -33,7 +33,7 @@ public class EntityList {
                public EntityList(){
                        this.theEntityArrayList = new ArrayList();
                        if (theLog == null)
-                        this.theLog = Logfile.getInstance(Configuration.getProperty("Home") + Configuration.getProperty("Entity.Logfile"));
+                        this.theLog = Logfile.getInstance(this.getClass().getName());
                }
 
        /**