Changeset 549 in tmcsimulator for trunk/src/tmcsim/cadsimulator/Coordinator.java
- Timestamp:
- 12/26/2019 06:37:15 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/cadsimulator/Coordinator.java (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/Coordinator.java
r529 r549 279 279 final DateFormat timeFormat = new SimpleDateFormat("HH:mm:ss"); 280 280 String logItem = timeFormat.format(new Date()) 281 + " CAD log, "281 + " CAD Log, " 282 282 + "Simulation Started at " 283 283 + datetimeFmt.format(new Date()) … … 291 291 final DateFormat timeFormat = new SimpleDateFormat("HH:mm:ss"); 292 292 simMgrMsgLog.add(timeFormat.format(new Date()) 293 + " CAD log, "293 + " CAD Log, " 294 294 + "Simulation Paused.\n"); 295 295 // pausing the simulation will halt writing of CAD log, … … 869 869 {//17:03:19 CAD Log Entry, Incident #187, Sharon: REQUEST EXTRA ANCHOVIES 870 870 output.append(timestamp); 871 output.append(" CAD log, ");871 output.append(" CAD Log, "); 872 872 output.append("Incident #" + incident.logNum + ", "); 873 873 output.append(initials + ": ");
Note: See TracChangeset
for help on using the changeset viewer.
