Re: is this an in progress project?

2008-09-12 Thread somayeh bakhshaei
hi thanks a lot Mr. Anawalt for your answer. But do you know why Apache will close his log4cxx link, in his site? i saw this news in sourceforge: Log4cxx is now hosted by Apache at http://logging.apache.org/log4cxx This access will be soon closed. somayeh bakhshaei --- O

Re: Forward Declaration

2008-09-12 Thread Jon Dahl
Great. That is what I needed. Thanks a lot. - Original Message From: Curt Arnold <[EMAIL PROTECTED]> To: Log4CXX User Sent: Friday, September 12, 2008 2:23:46 PM Subject: Re: Forward Declaration On Sep 12, 2008, at 12:00 PM, Jon Dahl wrote: > Hello, > > I'm wondering if it is possib

Re: Forward Declaration

2008-09-12 Thread Curt Arnold
On Sep 12, 2008, at 12:00 PM, Jon Dahl wrote: Hello, I'm wondering if it is possible to use forward declaration with log4cxx classes in a class header file. I would like to exclude the log4cxx headers files in my header files if possible and include the log4cxx header files in my cpp(sou

Re: Forward Declaration

2008-09-12 Thread Jon Dahl
Ok, digging deeper into the library I see LoggerPtr is an ObjPtr and not a true pointer. Thanks. - Original Message From: Stephen Bartnikowski <[EMAIL PROTECTED]> To: Log4CXX User Sent: Friday, September 12, 2008 12:16:39 PM Subject: RE: Forward Declaration Somebody correct me if

RE: Forward Declaration

2008-09-12 Thread renny . koshy
Stephen - you're right... if the class itself is used, the compiler won't know how to construct it... if it is a ptr, it won't complain. Renny Koshy President & CEO Rubix Information Technologies, Inc. www.rubixinfotech.com "Stephen Bartnikowski" <

RE: Forward Declaration

2008-09-12 Thread Stephen Bartnikowski
Somebody correct me if I'm wrong, but I don't think it will. In Test.hpp, the compiler doesn't know what type LoggerPtr is. Since you're referring to that type directly rather than by a pointer, the compiler needs to know the full details. It doesn't know that in reality it's a pointer type defined

Forward Declaration

2008-09-12 Thread Jon Dahl
Hello, I'm wondering if it is possible to use forward declaration with log4cxx classes in a class header file. I would like to exclude the log4cxx headers files in my header files if possible and include the log4cxx header files in my cpp(source) files. Should this work? // Test.hpp namespace

Re: is this an in progress project?

2008-09-12 Thread Jacob L. Anawalt
On 2008-09-12 03:53, somayeh bakhshaei wrote: i mean is it still in progress. It is still under active development. 0.10.0 was released in April. http://logging.apache.org/log4cxx/changes-report.html -- Jacob Anawalt Gecko Software, Inc. [EMAIL PROTECTED] 435-752-8026

is this an in progress project?

2008-09-12 Thread somayeh bakhshaei
hi every body i am a new user of log4cxx. i am enjoying it till now, it is nice but i have a question: "is this projest an open project?" i mean is it still in progress. thanks a lot somayeh bakhshaei

Client and server code for SocketAppender

2008-09-12 Thread Habdank-wojewodzki Seweryn
Hi! I am trying to use log4cxx with SocketAppender or XMLsocketAppender, but I have a problem. Where I could find manuals how to make client and server side code for that kind of connection. Especially sample code of servers for log4cxx 0.9.7 are not valid anymore. Regards, Seweryn Habdank-Woje