Ok guys so I gave up on the SocketAppender idea. It won&#39;t work. (at least not in an easy way)<br>I&#39;m trying to get the Log4cxx to work with the JDBCAppender now and it doesn&#39;t work too.<br>I&#39;m getting an exception:<br>
log4cxx: Class not found: org.apache.log4j.jdbc.JDBCAppender<br>when running a c++ application the simplest possible. Just to get it to print some logs....<br>I don&#39;t understand this error? The RollingFileAppender works, the ConsoleAppender works even the XMLSocketAppender also<br>
works. It doesn&#39;t the way I&#39;d like it to but it does work.....<br>Maybe someone can help me figure this one out. Why the JDBCAppender throws this class not found exception.<br>I appreciate any input or suggestion...<br>
Thank You<br>Greg. <br><br><br><br><br><div class="gmail_quote">On Thu, Nov 20, 2008 at 1:35 PM, Thorbjørn Ravn Andersen <span dir="ltr">&lt;<a href="mailto:ravn@runjva.com">ravn@runjva.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Greg Flex skrev:<br>
<div class="Ih2E3d">&gt; Thanks Ceki. I&#39;ll give this a try.... although the Log4j 1.2.15 is<br>
&gt; using the same server as the log4Cxx meaning the ShortSocketServer<br>
&gt; so I guess this won&#39;t work.<br>
</div>If a server expects serialised objects, then nothing else will do.<br>
<br>
It is pretty hard to generate a correct byte stream corresponding to<br>
serialized java objects from another language (but it can be done).<br>
<br>
I would suggest you raise a JIRA in logback about having a logback<br>
appender which can push log events over the network in XML form which<br>
can be accepted by log frameworks (perhaps even a slf4j socket server?)<br>
<font color="#888888"><br>
--<br>
 &nbsp;Thorbjørn Ravn Andersen &nbsp;&quot;...plus... Tubular Bells!&quot;<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Logback-user mailing list<br>
Logback-user@qos.ch<br>
<a href="http://qos.ch/mailman/listinfo/logback-user" target="_blank">http://qos.ch/mailman/listinfo/logback-user</a><br>
</div></div></blockquote></div><br>