0
Log4cpp::StringQueueAppender – Manipulating the log4cpp logs
Posted by Joys of Programming on in C/C++
log4cpp logs can be directed to files, standard output, back up files or even to the System Log. But before moving to discussing about log4cpp::StringQueueAppender, I would like to present certain scenarios or use cases of StringQueueAppender. You do not want to actually print the log files, but simply want to count certain occurrences of [...]