ciderpress/util
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
..
CancelDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
FaddenStd.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
ImageDataObject.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
ImageDataObject.h Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
Modeless.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
MyBitmapButton.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
MyBitmapButton.h Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
MyDebug.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
MyDebug.h Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
MyDIBitmap.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
MyDIBitmap.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
MyEdit.cpp Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
MyEdit.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
MySpinCtrl.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
MySpinCtrl.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
PathName.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
PathName.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Pidl.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Pidl.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ProgressCancelDialog.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
SelectFilesDialog.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
SelectFilesDialog.h Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ShellTree.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ShellTree.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
SoundFile.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
SoundFile.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
StdAfx.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
StdAfx.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Util.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Util.h Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
util.vcxproj Added new logging macros 2014-11-17 18:07:07 -08:00
util.vcxproj.filters Added new logging macros 2014-11-17 18:07:07 -08:00
UtilLib.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00