Re: svn commit: r464571 - in /logging/log4cxx/trunk/src: systemerrwriter.cpp systemoutwriter.cpp writerappender.cpp

2006-10-16 Thread Salikh Zakirov
Thanks a lot! That is really helpful! [EMAIL PROTECTED] wrote: > Author: afester > Date: Mon Oct 16 10:10:55 2006 > New Revision: 464571 > > URL: http://svn.apache.org/viewvc?view=rev&rev=464571 > Log: > LOGCXX-156: fix autoflushing for console appender

svn commit: r464571 - in /logging/log4cxx/trunk/src: systemerrwriter.cpp systemoutwriter.cpp writerappender.cpp

2006-10-16 Thread afester
Author: afester Date: Mon Oct 16 10:10:55 2006 New Revision: 464571 URL: http://svn.apache.org/viewvc?view=rev&rev=464571 Log: LOGCXX-156: fix autoflushing for console appender Modified: logging/log4cxx/trunk/src/systemerrwriter.cpp logging/log4cxx/trunk/src/systemoutwriter.cpp loggin

Re: Which effort would it be to make SocketAppender run?

2006-10-16 Thread Andreas Fester
Hi Christian, thats why I asked ;-) The socketappender uses the socketOUTPUTstream to write data, and this class should work. Can you provide a minimal code sample of what you are trying to do and which shows the issue? Regards, Andreas Adams Christian wrote: > > Hi, > > I work with t

Re: Which effort would it be to make SocketAppender run?

2006-10-16 Thread Adams Christian
Hi, I work with the current SVN HEAD from http://svn.apache.org/repos/asf/logging/log4cxx/trunk. I tried to get the socketappender to run. The connection was established but no data was transfered. I found in the socketINPUTstream.cpp the following code and thought that is the reason why it