So actually you recommend to obtain the latest addition from SVN?
I'll give it a shot.
Thank you!
-Original Message-
From: Curt Arnold [mailto:[EMAIL PROTECTED]
Sent: Wed 3/7/2007 20:27
To: Log4CXX User
Subject: Re: compile errors using LOG4CXX_DEBUG
On Mar 7, 2007, at 10:
On Mar 7, 2007, at 10:14 AM, jorrit de vries wrote:
Hello,
I get the following errors every time I use the LOG4CXX_DEBUG macro.
I use the following syntax:
LOG4CXX_DEBUG(logger, "Switching to tool " + (*m_currentTool)->name);
where 'logger' is defined in the class as:
static LoggerPtr logger
Hello,
I am sorry, but I forgot to mention what I am using.
log4cxx-0.9.7
Visual Studio 2005
Best regards,
Jorrit
-Original Message-
From: jorrit de vries [mailto:[EMAIL PROTECTED]
Sent: Wed 3/7/2007 17:14
To: [email protected]
Subject: compile errors using LOG4CXX_DEBUG
Hello,
I get the following errors every time I use the LOG4CXX_DEBUG macro.
I use the following syntax:
LOG4CXX_DEBUG(logger, "Switching to tool " + (*m_currentTool)->name);
where 'logger' is defined in the class as:
static LoggerPtr logger;
This is the part of the build log I get for the line