ciderpress/mdc
Andy McFadden f6647b9978 Convert WSMG to LOG
Mostly a bulk conversion of debug messages, primarily with sed:

 sed -e 's/\(WMSG[0-9]\)\(.*\)\(\\n"\)/LOGI\2"/'

This removes the '\n' from the end of the log messages, and sets
them all to "info" severity.

We want to prefix each line with file/line and/or a timestamp,
so it doesn't make sense to have a partial line, and there's no
value in embedding the '\n' in every string.
2014-11-18 14:16:35 -08:00
..
AboutDlg.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
AboutDlg.h Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
ChooseFilesDlg.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
ChooseFilesDlg.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Main.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Main.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
mdc.clw CP/M: added support for Microsoft Softcard "data only" disks. 2009-01-03 19:02:13 +00:00
mdc.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
mdc.h Added new logging macros 2014-11-17 18:07:07 -08:00
mdc.ICO initial import 2007-03-27 17:47:10 +00:00
mdc.rc CP/M: added support for Microsoft Softcard "data only" disks. 2009-01-03 19:02:13 +00:00
mdc.vcxproj Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
mdc.vcxproj.filters Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
mdc.vcxproj.user Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ProgressDlg.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ProgressDlg.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
resource.h initial import 2007-03-27 17:47:10 +00:00
StdAfx.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
StdAfx.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00