RE: [SCL-4] Intercepting LoggingEvent

2010-11-25 Thread Bender Heri
.co.in] > Sent: Thursday, November 25, 2010 7:46 AM > To: log4j-user@logging.apache.org > Subject: [SCL-4] Intercepting LoggingEvent > > > I am trying to intercept the LoggingEvent which is an instance of a custom > LoggingEvent created by a library. I have a custom appender and

Re: [SCL-4] Intercepting LoggingEvent

2010-11-25 Thread Scott Deboy
calls your custom renderer where you can render the output string as you like. Heri -Original Message- From: Mohan.Radhakrishnan [mailto:moh...@fss.co.in] Sent: Thursday, November 25, 2010 7:46 AM To: log4j-user@logging.apache.org Subject: [SCL-4] Intercepting LoggingEvent I am trying

Re: [SCL-4] Intercepting LoggingEvent

2010-11-26 Thread Mohan.Radhakrishnan
@Heri Do you think this could affect performance ? @Scott It looks like this is not part of 1.2.16 or extras. Git has the code though. -- View this message in context: http://old.nabble.com/Intercepting-LoggingEvent-tp30302884p30308920.html Sent from the Log4j - Users mailing list archive at

Re: [SCL-4] Intercepting LoggingEvent

2010-11-26 Thread Scott Deboy
You're right, this is a part of the Receivers companion that is not yet officially released (that will be remedied hopefully very very soon). you can pull the source down and build it using maven. Scott On Fri, Nov 26, 2010 at 5:40 AM, Mohan.Radhakrishnan wrote: > > @Heri > > Do you think this

RE: [SCL-4] Intercepting LoggingEvent

2010-11-29 Thread Bender Heri
ishnan [mailto:moh...@fss.co.in] > Sent: Friday, November 26, 2010 2:41 PM > To: log4j-user@logging.apache.org > Subject: Re: [SCL-4] Intercepting LoggingEvent > > > @Heri > > Do you think this could affect performance ? > > > @Scott > > It looks like this is n