Create your own appender and add it to the config. Any event received by UDPReceiver will also be processed by your appender (in the doPost method).
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 2:07 PM To: Log4J Users List Subject: Re: ListAppender Yes, eventually I'd like to use the DBAppender to get them into the database. (And use Chainsaw as well) For now though, incrementally, I just want to be able to directly manipulate the events, mainly for sanity checking. I'm still learning how to use log4j, so this would be a big help. /EA > 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 --------------------------------------------------------------------- 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]
