aboutsummaryrefslogtreecommitdiffstats
path: root/test/log4cxx.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-051-42/+0
| | | | | | log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms
* removed function name form console log (could be long because stl templates)Alexander Sulfrian2013-01-051-1/+1
|
* added log4cxx configAlexander Sulfrian2013-01-051-0/+42
added log4cxx.xml DOM-config (log4j compatible) ConsoleAppender for ERROR messages RollingFileAppender for ALL messages (with 4 backup files and max. 400KB)