Re: Is this project still alive????

2004-11-19 Thread Paul Nader
Hi Anton, You need to read a LoggingEvent and then access the message, timestamp, etc using the methods provided... The code below implements a working client. Regards, Paul Consulting Engineer RUBIX Information Technologies, Inc. www.rubixinfotech.com #include #include #include #include #

RE: Is this project still alive

2004-11-19 Thread Curt Arnold
Curt Arnold <[EMAIL PROTECTED]> 11/19/2004 01:41 AM Please respond to "Log4CXX User"                 To:        log4cxx-user@logging.apache.org         cc:                 Subject:        RE: Is this project still alive Michael has notified the Logging Project Management

RE: Is this project still alive

2004-11-19 Thread Curt Arnold
Michael has notified the Logging Project Management Committee and the log4cxx committers that he does not expect to be involved in the project again until November 2005. Though we will miss Michael his absence does not indicate that the project is dead. log4cxx is still being actively (maybe t

Re: Is this project still alive????

2004-11-18 Thread 孙 晓光
Thanks!!! From: [EMAIL PROTECTED] Reply-To: "Log4CXX User" To: "Log4CXX User" CC: log4cxx-user@logging.apache.org Subject: Re: Is this project still alive Date: Thu, 18 Nov 2004 11:47:04 -0500 Unfortunately, I'm not the one who's our log4cxx expert... I'll

Re: Is this project still alive????

2004-11-18 Thread renny . koshy
:34 AM Please respond to "Log4CXX User"                 To:        log4cxx-user@logging.apache.org         cc:                 Subject:        Re: Is this project still alive Thanks for your reply. Could you tell me what's wrong in my client code? I cannot find an

Re: Is this project still alive????

2004-11-18 Thread 孙 晓光
>getInputStream(); while(true){ __logging_event->read(__input_stream); std::cout << __logging_event->getMessage() << std::endl; }; __socket->close(); } From: [EMAIL PROTECTED] Reply-To: "Log4CXX User" To: "Log4CXX User" CC: log4cxx-user@logging.a

Re: Is this project still alive????

2004-11-18 Thread renny . koshy
004 11:22 AM Please respond to "Log4CXX User"                 To:        log4cxx-user@logging.apache.org         cc:                 Subject:        Re: Is this project still alive Me too. I use it in developing our application server system. The only problem is SockHubA

Re: Is this project still alive????

2004-11-18 Thread FabijanicA
I am using it in production. My setup is following: log4cxx enabled apps => local file (DailyRollingFileAppender) | |=> remote simplesocketserver (SocketAppender) => chainsaw (XMLSocketAppender) local (DailyRollingFileAppender) runs fine (except that there is no way to automaticlly purge old log

Re: Is this project still alive????

2004-11-18 Thread 孙 晓光
Me too. I use it in developing our application server system. The only problem is SockHubAppender can not work! From: [EMAIL PROTECTED] Reply-To: "Log4CXX User" To: "Log4CXX User" Subject: Re: Is this project still alive Date: Thu, 18 Nov 2004 11:13:15 -0500 Yes...

Re: Is this project still alive????

2004-11-18 Thread renny . koshy
Yes... we're using it in a production environment... with no identifiable problems (except the time-stamp).   There is a strange core dump we keep having, but because we use an in-memory database and an active/standby setup ... that's transparent to system operation. Renny Koshy President & CEO