Top "Log4cplus" questions

log4cplus is a C++ logging library.

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 …

c++ logging log4j log4cplus
log4j based loggers: log4cpp vs log4cplus vs log4cxx

I would like to replace my current logger, which logs native C++ code, with one of the loggers modeled after …

c++ logging log4cxx log4cplus log4cpp
C++ Project compiles as static lib, fails (linker error) as dynamic lib. why?

I've a VS2008 native C++ project, that I wish to compile as a DLL. It only references one external library (…

c++ dll visual-studio-2008-sp1 log4cplus