Hi,

I'm using log4cxx v0.9.6 in a small private project and I get compiler errors ('Level' undeclared) with gcc3.3.1 on Linux when using on of the macros like:

LOG4CXX_DEBUG(logger, "...");

without declaring:

using namespace log4cxx;


It seems to be a simple namespacing problem in the declaration of the macros.



Matthias



Reply via email to