summaryrefslogtreecommitdiffstats
path: root/src/utils/logger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-15/+15
* Have one place where the Logger is initializedThorbjørn Lindeijer2011-10-191-1/+16
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-171-3/+3
* Add an heartbeat time flag in the statistics file.Yohann Ferreira2011-01-261-56/+1
* Finally fix the logPerDay log option.Yohann Ferreira2010-11-141-6/+17
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-2/+2
* Fixed the append behaviour of logger::setLogFile().Yohann Ferreira2010-10-201-1/+2
* Hopefully fix the logging rotation this time.Yohann Ferreira2010-10-141-23/+23
* Add log file rotation support based on ExceptionFault's work.Yohann Ferreira2010-09-291-18/+136
* New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-0/+6
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Rename enum elements to avoid clashing with macrosBernd Wachter2010-01-291-2/+2
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-5/+11
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond2007-01-051-218/+59
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-271-4/+0
* Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli2006-04-281-3/+0
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-2/+1
* Adding command line argument parsing and log verbosity level handling.Yohann Ferreira2005-12-201-48/+63
* Forgot to initalize member variables :PHuynh Tran2005-06-191-0/+2
* Added tee mode to Logger.Huynh Tran2005-06-191-6/+71
* Moved unit tests main from dal to src, rewrote Logger and added Cipher (requi...Huynh Tran2005-06-191-0/+215