Help configuring the log4cplus configuration file (properties file).
I created a new Logger object like this: log4cplus::Logger m_WebAccessLogger; //a class member Then in the constructor initialization list I do: m_WebAccessLogger(log4cplus::Logger::getInstance("WebAccess") This works fine, it logs as expected. What I'm having trouble with is, I want to configure the log4cplus.properties file so ...