Changeset 529 in tmcsimulator for trunk/src/tmcsim/cadsimulator/Coordinator.java
- Timestamp:
- 11/19/2019 06:58:11 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/cadsimulator/Coordinator.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/Coordinator.java
r524 r529 276 276 } 277 277 // combine all the log entry fields 278 final DateFormat datetimeFmt = new SimpleDateFormat("d MMM yyyy HH:mm:ss"); 278 279 final DateFormat timeFormat = new SimpleDateFormat("HH:mm:ss"); 279 280 String logItem = timeFormat.format(new Date()) 280 281 + " CAD log, " 281 + "Simulation Started, loaded incidents " 282 + "Simulation Started at " 283 + datetimeFmt.format(new Date()) 284 + " with incidents " 282 285 + incNums + "\n"; 283 286 simMgrMsgLog.add(logItem); // add the item to the msg log
Note: See TracChangeset
for help on using the changeset viewer.
