- Timestamp:
- 12/13/11 10:25:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JFCMonitor/src/de/ugoe/cs/eventbench/jfcmonitor/Runner.java
r271 r295 24 24 /** 25 25 * <p> 26 * Name of the log file.27 * </p>28 */29 private final static String logfileName = "jfcmonitor.log";30 31 /**32 * <p>33 26 * Debugging variable. If set to true, the logging is also written to the 34 27 * console. … … 49 42 */ 50 43 public static void main(String[] args) { 44 String logfileName = "jfcmonitor_" + System.currentTimeMillis() 45 + ".log"; 46 51 47 FileWriter writer; 52 48 try {
Note: See TracChangeset
for help on using the changeset viewer.