RE: MemoryAppender Example

2004-08-19 Thread Nicko Cadell
? I noticed that the class is sealed so I cannot subclass > it... my only alternative would then be to write a wrapper? > > Thanks Again, > > Kevin > > > -Original Message- > From: Nicko Cadell [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 10, 20

RE: MemoryAppender Example

2004-08-10 Thread Nicko Cadell
Kevin, To get the events out of the MemoryAppender you need to lookup the actual instance of the appender being written to. The reason that the example suggests creating and configuring the MemoryAppender programmatically is because you would then have a reference to the right MemoryAppender. If y