RE: Reading from SocketHubAppender Programmatically

2005-09-09 Thread Bradley, Todd
; Sent: Friday, September 09, 2005 2:16 PM > To: Log4J Users List > Subject: RE: Reading from SocketHubAppender Programmatically > > Socket-based appenders don't use layouts - they send > serialized LoggingEvent objects. > > 'do some processing' can be written as an

RE: Reading from SocketHubAppender Programmatically

2005-09-09 Thread Scott Deboy
e processing of the event by the appender. Scott -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Rakesh Patel Sent: Friday, September 09, 2005 12:49 PM To: [email protected] Subject: Reading from SocketHubAppender Programmatically I would like to programma

Reading from SocketHubAppender Programmatically

2005-09-09 Thread Rakesh Patel
I would like to programmatically read from various SocketHubAppenders. Reason is, I was to exam the message and them do some processing based on the message. I like to write a program to do this, would the best way be to somehow use the SocketNode or another method is better? I'd like to preserv