Index: /trunk/JFCMonitor/src/de/ugoe/cs/eventbench/jfcmonitor/Runner.java
===================================================================
--- /trunk/JFCMonitor/src/de/ugoe/cs/eventbench/jfcmonitor/Runner.java	(revision 294)
+++ /trunk/JFCMonitor/src/de/ugoe/cs/eventbench/jfcmonitor/Runner.java	(revision 295)
@@ -24,11 +24,4 @@
 	/**
 	 * <p>
-	 * Name of the log file.
-	 * </p>
-	 */
-	private final static String logfileName = "jfcmonitor.log";
-
-	/**
-	 * <p>
 	 * Debugging variable. If set to true, the logging is also written to the
 	 * console.
@@ -49,4 +42,7 @@
 	 */
 	public static void main(String[] args) {
+		String logfileName = "jfcmonitor_" + System.currentTimeMillis()
+				+ ".log";
+
 		FileWriter writer;
 		try {
