aboutsummaryrefslogtreecommitdiffstats
path: root/log4cxx.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05added main applicationAlexander Sulfrian1-0/+0
added makefile added main function (src/main.cpp) added Application-class with sdl initialisation and main loop added log4cxx.xml configuration for main application adjusted .gitignore
2013-01-05removed function name form console log (could be long because stl templates)Alexander Sulfrian1-1/+1
2013-01-05added log4cxx configAlexander Sulfrian1-0/+42
added log4cxx.xml DOM-config (log4j compatible) ConsoleAppender for ERROR messages RollingFileAppender for ALL messages (with 4 backup files and max. 400KB)