You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-user@logging.apache.org by Dan Blanchard <sa...@gmail.com> on 2007/07/19 20:04:00 UTC

Application being the remoting server

Hello,

Looking through the docs and examples, it seems that you need to have a
remoting server already running to have an application use a
RemotingAppender to send messages via remoting.  I have another need, I
would like my application to sort of be a server, to wait for a client
to connect, and then send messages to that client.  I did this several
years ago with Sockets, but is there a way to do it with log4net as is?

Perhaps I could have my application listen on a socket port, and when a
client connects, I can add a remoting appender with the details a client
provides... any comments / suggestions on this method?

Thanks,

Dan