Re: LOG4CXX_LOG usage change from 0.9.7 to 0.10

2007-09-27 Thread leslie wang
have plan to add it? Best Regards Leslie From: "leslie wang" <[EMAIL PROTECTED]> Reply-To: "Log4CXX Dev" To: log4cxx-dev@logging.apache.org Subject: Re: LOG4CXX_LOG usage change from 0.9.7 to 0.10 Date: Thu, 27 Sep 2007 16:34:40 + Hi Curt, Thanks for your re

Re: LOG4CXX_LOG usage change from 0.9.7 to 0.10

2007-09-27 Thread leslie wang
t; To: "Log4CXX Dev" Subject: Re: LOG4CXX_LOG usage change from 0.9.7 to 0.10 Date: Thu, 27 Sep 2007 11:01:01 -0500 On Sep 27, 2007, at 1:26 AM, leslie wang wrote: Hi All, I'm used log4cxx 0.9.7 in my project. Today I updated it to 0.10 and found LOG4CXX_LOG/INFO/... API

Re: LOG4CXX_LOG usage change from 0.9.7 to 0.10

2007-09-27 Thread Curt Arnold
On Sep 27, 2007, at 1:26 AM, leslie wang wrote: Hi All, I'm used log4cxx 0.9.7 in my project. Today I updated it to 0.10 and found LOG4CXX_LOG/INFO/... API change. In the past, I can use LOG4CXX_LOG(logger, "aaa" <<< "bbb" << 10) but now all of them are reporting error. I check the header

LOG4CXX_LOG usage change from 0.9.7 to 0.10

2007-09-26 Thread leslie wang
Hi All, I'm used log4cxx 0.9.7 in my project. Today I updated it to 0.10 and found LOG4CXX_LOG/INFO/... API change. In the past, I can use LOG4CXX_LOG(logger, "aaa" <<< "bbb" << 10) but now all of them are reporting error. I check the header file. The MACRO change to a string now. Why does it