Hi,

I once used log4cxx-0.9.7 and the result of the following:

 

log4cxx::NDC::push ("(a)");

logger->debug ("message1");

log4cxx::NDC::pop ();

logger->debug ("message2");

 

 

was:

.. (a) message1

... message2

 

And now when I'm using the log4cxx-0.9.8 the result is:

.. (a) message1

... null message2

 

Why the null appears in the log message?

Is this bug already fixed or not?

 

Please help.

 

Thanks,

Munir

 



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

Reply via email to