index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
logger.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
1
-15
/
+15
2011-10-19
Have one place where the Logger is initialized
Thorbjørn Lindeijer
1
-1
/
+16
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
1
-3
/
+3
2011-01-26
Add an heartbeat time flag in the statistics file.
Yohann Ferreira
1
-56
/
+1
2010-11-14
Finally fix the logPerDay log option.
Yohann Ferreira
1
-6
/
+17
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-2
/
+2
2010-10-20
Fixed the append behaviour of logger::setLogFile().
Yohann Ferreira
1
-1
/
+2
2010-10-14
Hopefully fix the logging rotation this time.
Yohann Ferreira
1
-23
/
+23
2010-09-29
Add log file rotation support based on ExceptionFault's work.
Yohann Ferreira
1
-18
/
+136
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-0
/
+6
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2010-01-29
Rename enum elements to avoid clashing with macros
Bernd Wachter
1
-2
/
+2
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-13
/
+13
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-5
/
+11
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2007-01-05
Simplified handling of verbosity levels. Optimized code by generating only ne...
Guillaume Melquiond
1
-218
/
+59
2006-07-27
First step toward a restructured class hierarchy for world actors: add
Guillaume Melquiond
1
-4
/
+0
2006-04-28
Merged enet_switch changes r2268:2309 into the trunk.
Eugenio Favalli
1
-3
/
+0
2006-03-06
Cleaned up unnecessary header dependencies and fixed some indentations.
Björn Steinbrink
1
-2
/
+1
2005-12-20
Adding command line argument parsing and log verbosity level handling.
Yohann Ferreira
1
-48
/
+63
2005-06-19
Forgot to initalize member variables :P
Huynh Tran
1
-0
/
+2
2005-06-19
Added tee mode to Logger.
Huynh Tran
1
-6
/
+71
2005-06-19
Moved unit tests main from dal to src, rewrote Logger and added Cipher (requi...
Huynh Tran
1
-0
/
+215