0
Configuring log4cpp (Simple)
Posted by Joys of Programming on in C/C++
If you want to see how log4cpp works with the basic configuration, there is a log4cpp::BasicConfigurator. It adds a FileAppender which logs the output to standard output and uses a BasicLayout. On executing this program, you will get the following output on the terminal