RE: Customize the exception output

2006-07-08 Thread Nicko Cadell
log4net.ObjectRenderer.IObjectRenderer interface. Cheers, Nicko > -Original Message- > From: Sean Carlin [mailto:[EMAIL PROTECTED] > Sent: 21 June 2006 16:28 > To: [email protected] > Subject: Customize the exception output > > Hi, > > I've had a request from

Re: Customize the exception output

2006-06-23 Thread Sean Carlin
Hi Ron,I noticed that the Exception Information part can really vary per exception, so I don't know how well a pattern output will work.  It would be nice to understand what the Enterprise Library does to figure this stuff out.  I may have to reverse engineer the code with a tool to see.  Yes, Ent

Re: Customize the exception output

2006-06-21 Thread Ron Grabowski
http://issues.apache.org/jira/browse/LOG4NET-77 --- Ron Grabowski <[EMAIL PROTECTED]> wrote: > I don't think the current exception pattern implementation accepts > additional parameters.

Re: Customize the exception output

2006-06-21 Thread Ron Grabowski
My initial thought was this: I don't think the current exception pattern implementation accepts additional parameters. I remember seeing a counter pattern somewhere but I can't seem to find it now. What should go in the "Data:" part of your example? Does EntLib really show this text "Void E

Customize the exception output

2006-06-21 Thread Sean Carlin
Hi,   I've had a request from the developers at my company to modify the way in which log4net outputs exceptions to the log.  This would need to take effect in my EventLogAppender and AdoNetAppender.  Will I need to create my own custom class similar to ExceptionLayout or a custom class similar