Changeset 549 in tmcsimulator for trunk/src/tmcsim/cadsimulator/Coordinator.java


Ignore:
Timestamp:
12/26/2019 06:37:15 AM (6 years ago)
Author:
jdalbey
Message:

unifiedlogger Correct messages to have similar capitalization and punctuation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/Coordinator.java

    r529 r549  
    279279            final DateFormat timeFormat = new SimpleDateFormat("HH:mm:ss"); 
    280280            String logItem = timeFormat.format(new Date()) 
    281                     + " CAD log, " 
     281                    + " CAD Log, " 
    282282                    + "Simulation Started at " 
    283283                    + datetimeFmt.format(new Date()) 
     
    291291        final DateFormat timeFormat = new SimpleDateFormat("HH:mm:ss"); 
    292292        simMgrMsgLog.add(timeFormat.format(new Date()) 
    293                 + " CAD log, " 
     293                + " CAD Log, " 
    294294                + "Simulation Paused.\n"); 
    295295        // pausing the simulation will halt writing of CAD log, 
     
    869869                {//17:03:19 CAD Log Entry, Incident #187, Sharon: REQUEST EXTRA ANCHOVIES 
    870870                    output.append(timestamp); 
    871                     output.append(" CAD log, "); 
     871                    output.append(" CAD Log, "); 
    872872                    output.append("Incident #" + incident.logNum + ", "); 
    873873                    output.append(initials + ": "); 
Note: See TracChangeset for help on using the changeset viewer.