I can't figure out how to initialize and load configuration file of log4cplus. Does anyone give me hints ? Thanks in advance. K.
Asked
Active
Viewed 893 times
1 Answers
1
You can use PropertyConfigurator::doConfigure()
to load properties file and configure log4cplus using it.

wilx
- 17,697
- 6
- 59
- 114
-
log4cplus::PropertyConfigurator::doConfigure("D:/Test/log4cplus_configure.ini"); – Kattabomane Apr 09 '17 at 14:42