Hi Guys,<br>I&#39;m still trying to make a logback server talk to the log4cxx client.<br>I got it to work (with a lot of research done on-line and help of others) with Log4j.<br>I used a plugin in my .xml file that sets the server up.<br>

Here is an example of it:<br><br>&lt;plugin name=&quot;XMLSocketReceiver&quot; class=&quot;<a href="http://org.apache.log4j.net">org.apache.log4j.net</a>.<div id=":8i" class="ArwC7c ckChnd">XMLSocketReceiver&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;param name=&quot;Port&quot; value=&quot;7776&quot;/&gt;<br>&lt;/plugin&gt;<br>
<br>I set my server&#39;s port to 7777, a value passed in as a parameter to the main() <br>This port accepts all the connections coming from other log4j clients. <br>The plugin specifies port 7776 and it allows the communication coming<br>

from the log4cxx clients to the server.<br>It all works just fine and I see both messages written to <br>the file. (using a rolling file appender) <br><br>I was wondering if there is a way to set the logback server in a similar way.<br>

(maybe use a plugin above? )<br>Any thoughts about this? Any suggestions?<br>Thanks <br>Greg.</div>