Thank you for the patch. I committed the modif in the CVS repository.
Michaël
Matthias Haack wrote:
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, "...");
withou
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