I've spent the last couple weeks attempting to work the the Apache Receivers
but to no avail.  Could someone explain to me exactly how you get the
LoggingEvents out of a receiver once they arrive?

A Receiver 'posts' the received LoggingEvent into the local log4j system just as if the thing that generated the event existed in that process.

To that end, once the LoggingEvent is in the local log4j 'bus', you need to configure an Appender to deal with it. A log4j environment with one or more Receivers and no Appenders is effectively broadcasting into silence. As close to 'cat * > /dev/null' as you can get.

What exactly do you want to do with the events once you've received them?

cheers,

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to