summaryrefslogtreecommitdiff
path: root/src/utils/logger.h
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Added Debug class for more convenient debugging outputThorbjørn Lindeijer1-0/+34
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer1-1/+3
2010-09-29Add log file rotation support based on ExceptionFault's work.Yohann Ferreira1-1/+42
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-01-29Rename enum elements to avoid clashing with macrosBernd Wachter1-15/+15
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-3/+3
2009-12-06A host of code style changesThorbjørn Lindeijer1-1/+1
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-3/+4
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-3/+0
2007-03-10Added a utility function for creating magic_tokensRogier Polak1-2/+2
2007-01-14Unified logging macros.Björn Steinbrink1-32/+10
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-189/+60
2007-01-05Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer1-2/+2
2006-08-04Generalized the properties functionality as was done in the client before.Bjørn Lindeijer1-25/+9
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-11/+6
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond1-12/+12
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-2/+1
2005-12-28Integrated the building of tmwclient with the default make command, asBjørn Lindeijer1-3/+3
2005-12-20Adding command line argument parsing and log verbosity level handling.Yohann Ferreira1-33/+65
2005-06-19Forgot to initalize member variables :PHuynh Tran1-2/+2
2005-06-19Added tee mode to Logger.Huynh Tran1-0/+12
2005-06-19Moved unit tests main from dal to src, rewrote Logger and added Cipher (requi...Huynh Tran1-0/+301