summaryrefslogtreecommitdiff
path: root/src/utils/logger.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Fixed a bunch of cppcheck warningsErik Schilling1-15/+15
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer1-1/+16
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-3/+3
2011-01-26Add an heartbeat time flag in the statistics file.Yohann Ferreira1-56/+1
2010-11-14Finally fix the logPerDay log option.Yohann Ferreira1-6/+17
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-2/+2
2010-10-20Fixed the append behaviour of logger::setLogFile().Yohann Ferreira1-1/+2
2010-10-14Hopefully fix the logging rotation this time.Yohann Ferreira1-23/+23
2010-09-29Add log file rotation support based on ExceptionFault's work.Yohann Ferreira1-18/+136
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-0/+6
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-01-29Rename enum elements to avoid clashing with macrosBernd Wachter1-2/+2
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-5/+11
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-218/+59
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-4/+0
2006-04-28Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli1-3/+0
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-2/+1
2005-12-20Adding command line argument parsing and log verbosity level handling.Yohann Ferreira1-48/+63
2005-06-19Forgot to initalize member variables :PHuynh Tran1-0/+2
2005-06-19Added tee mode to Logger.Huynh Tran1-6/+71
2005-06-19Moved unit tests main from dal to src, rewrote Logger and added Cipher (requi...Huynh Tran1-0/+215