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
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
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
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