If you're trying to get events into the database, you could use SimpleSocketServer configured with a UDPReceiver and DBAppender (or your own version of DBAppender that conforms to a pre-existing schema).
You could always add a filter on the appender if you didn't want to have every event received by the UDPReceiver processed by the DBAppender. Scott -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 9/6/2005 12:19 PM To: Log4J Users List Subject: ListAppender Hi, I'm using a UDPReceiver plug-in to get UPDAppender events. That is working fine, but I'd like to capture the event in some object like a List that I could then manipulate. (Eventually I want to parse the LoggingEvents and write them to a database.) I see the ListAppender in the API but I haven't been able to figure out how to use it properly. Can anyone direct me to any example code that uses the ListAppender? Thank you! /ErikAnthony --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
