3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revisions of MessageLogger/MessageLogger.cpp

Revision Date Message Actions
82:668b51a39148 2017-05-11 Added formatting to messages, errors now terminate the program and wait for user input to restart File  Diff  Annotate
81:996c0a3319b4 2017-05-11 Changed the logger to use char arrays of a size 256 and fixed some issues that cropped up from this. Moved all printing statements over to use the logger File  Diff  Annotate
80:959151952153 2017-05-10 Fixed application crashing when sending 2 messages through to the logger at the same time. Other messages need to be changed to use the logger File  Diff  Annotate
79:4e6b53eb678b 2017-04-28 Message logger used to print most messages, bugs including commands failing need to be discussed with nicholas File  Diff  Annotate
78:6c2b8ade8414 2017-04-27 Errors now terminate the program and give user option to restart. Started to replace printf statements with message logger functions. File  Diff  Annotate
77:db3384071634 2017-04-26 Finished message logger so both errors and normal messages can be sent through to be printed. Any error codes are also displayed. File  Diff  Annotate
76:ee1f132e5744 2017-04-26 Started using char arrays for strings instead of stringstream objects File  Diff  Annotate
75:b44645bbf2d2 2017-04-25 Logging thread set up to take and print error messages File  Diff  Annotate
74:749727490f44 2017-04-24 Created a message logger and set up the framework ready for implementation File  Diff  Annotate