Hi Guys,<br>I'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><plugin name="XMLSocketReceiver" class="<a href="http://org.apache.log4j.net">org.apache.log4j.net</a>.<div id=":8i" class="ArwC7c ckChnd">XMLSocketReceiver"><br>
<param name="Port" value="7776"/><br></plugin><br>
<br>I set my server'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>