This sounds similiar to what RemoteLoggingServerPlugin does: http://logging.apache.org/log4net/release/sdk/log4net.Plugin.RemoteLoggingServerPlugin.html
----- Original Message ---- From: Dan Blanchard <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, July 19, 2007 2:04:00 PM Subject: 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
