Re: Writing a Socket Acceptor for SocketAppenders

2004-08-22 Thread Jason Vinson
Thanks for the reply. I just finished a first iteration using a Thread with a Socket and an ObjectInputStream. Seems to work great thus far, but I'll check SimpleSocketServer to see if there is a better way. Jason On Aug 22, 2004, at 4:53 AM, Andy McBride wrote: SimpleSocketServer is included i

Re: Writing a Socket Acceptor for SocketAppenders

2004-08-22 Thread Andy McBride
SimpleSocketServer is included in log4j. It uses a SocketNode instance to read the LoggingEvent from the wire before logging it to the local log4j environment. Check the souce code for: org.apache.log4j.net.SimpleSocketServer and org.apache.log4j.net.SocketNode On Sat, 21 Aug 2004 13:48:32 -

Writing a Socket Acceptor for SocketAppenders

2004-08-21 Thread Jason Vinson
I'm attempting to write a Socket Acceptor for some SocketAppenders, and I wondered if there was any good docs around on handling Socket Logging Messages. Thanks for any Pointers, Jason - To unsubscribe, e-mail: [EMAIL PROTECTED]