0
log4cpp for logging in C++
Posted by Joys of Programming on in C/C++
log4cpp is used for logging purposes in C++. If log4j is one of the important package for logging in Java, log4cpp can be considered as an equal competitor for logging in C++. In fact, log4cpp is a port of log4j. Logging is very important in software development. With log4cpp, you can easily perform the following [...]