summaryrefslogtreecommitdiffstats
path: root/src/utils/logger.h
Commit message (Expand)AuthorAgeFilesLines
* Added Debug class for more convenient debugging outputThorbjørn Lindeijer2013-02-241-0/+34
* Have one place where the Logger is initializedThorbjørn Lindeijer2011-10-191-1/+3
* Add log file rotation support based on ExceptionFault's work.Yohann Ferreira2010-09-291-1/+42
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Rename enum elements to avoid clashing with macrosBernd Wachter2010-01-291-15/+15
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-061-3/+3
* A host of code style changesThorbjørn Lindeijer2009-12-061-1/+1
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-3/+4
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-3/+0
* Added a utility function for creating magic_tokensRogier Polak2007-03-101-2/+2
* Unified logging macros.Björn Steinbrink2007-01-141-32/+10
* Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond2007-01-051-189/+60
* Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer2007-01-051-2/+2
* Generalized the properties functionality as was done in the client before.Bjørn Lindeijer2006-08-041-25/+9
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-271-11/+6
* Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond2006-05-201-12/+12
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-2/+1
* Integrated the building of tmwclient with the default make command, asBjørn Lindeijer2005-12-281-3/+3
* Adding command line argument parsing and log verbosity level handling.Yohann Ferreira2005-12-201-33/+65
* Forgot to initalize member variables :PHuynh Tran2005-06-191-2/+2
* Added tee mode to Logger.Huynh Tran2005-06-191-0/+12
* Moved unit tests main from dal to src, rewrote Logger and added Cipher (requi...Huynh Tran2005-06-191-0/+301