[Log4cplus-devel] "Hello World" example needs to be updated?
Logging Framework for C++
Brought to you by:
wilx
From: A R. <ari...@gm...> - 2012-05-09 14:03:12
|
I just got started with log4cplus, and noticed compile errors in the example at: http://log4cplus.sourceforge.net/hello_world.html I am using log4cplus 1.1.0rc4. Compiling the example complains about LOG4CPLUS_WARN not existing. Replacing the #include on logger.h with #include <log4cplus/loggingmacros.h> seems to resolve the issue. Alex |