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]

Reply via email to