0
log4cpp::PropertyConfigurator – Configure with configuration files
Posted by Joys of Programming on in C/C++
log4cpp can also be configured with the configuration files. log4cpp::PropertyConfigurator can be used for this purpose. It has a single function which takes as input the configuration file. Simply specify the configuration in a file. You must specify the layout, priority and the appender in the configuration file as shown here You can read here [...]