Re: Namespace issue

2004-05-10 Thread Michaël CATANZARITI
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

Namespace issue

2004-05-09 Thread Matthias Haack
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