log4cplus is a C++ logging library.
I created a new Logger object like this: log4cplus::Logger m_WebAccessLogger; //a class member Then in the constructor …
I would like to replace my current logger, which logs native C++ code, with one of the loggers modeled after …
I've a VS2008 native C++ project, that I wish to compile as a DLL. It only references one external library (…