log src/UiGuiLogger.cpp @ 751:ac165b6ae67e

age author description
Thu, 14 Oct 2010 19:52:47 +0000 thomas_-_s Done some refactoring:
Sun, 21 Mar 2010 17:34:17 +0000 thomas_-_s Updated comment copyright year.
Fri, 21 Aug 2009 09:38:00 +0000 thomas_-_s Run cppcheck over the code and removed some possible problems.
Mon, 27 Jul 2009 15:17:08 +0000 thomas_-_s Once more let Uncrustify reformat my code.
Tue, 14 Jul 2009 22:27:15 +0000 thomas_-_s Start parsing the command line arguments before the logger is initialized. Otherwise the command line verbose level applies too late and some debug output might be missing.
Wed, 01 Jul 2009 15:22:36 +0000 thomas_-_s The logging class stores messages in a message queue if the logging file isn't initialized yet.
Mon, 29 Jun 2009 21:51:03 +0000 thomas_-_s Prepared the logger class to be able to log early messages from the settingspath class.
Tue, 02 Jun 2009 14:34:36 +0000 thomas_-_s Made the used log file be more secure against link file hacks. Also it
Thu, 28 May 2009 10:20:05 +0000 thomas_-_s Enhanced the logger by an info message type and until now use it at start to log the version.
Wed, 27 May 2009 17:00:05 +0000 thomas_-_s - Added a new class, that is responsible for logging of any kind and added some logging/debug output calls.