aboutsummaryrefslogtreecommitdiffstats
path: root/log4cpp.property (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05moved all log messages a level upAlexander Sulfrian1-1/+1
log4cpp does not provide the TRACE log level. so it is needed that all log messages shift a level up, so that DEBUG is used in replacement of TRACE and INFO is now used for all messages that were DEBUG
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian1-0/+15
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