RE: [Log4net-devel] Log an Exception

2004-12-19 Thread Nicko Cadell
ainly makes this easier. Cheers, Nicko > Thanks for all the help!! > > Mike > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Nicko Cadell > Sent: Wednesday, December 15, 2004 12:10 PM > To: [EMAIL PROTECTED] &

RE: [Log4net-devel] Log an Exception

2004-12-18 Thread Collier, Mike
o the latest CVS version, or upgrading these selected pieces? Thanks for all the help!! Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicko Cadell Sent: Wednesday, December 15, 2004 12:10 PM To: [EMAIL PROTECTED] Subject: RE: [Log4net-devel] Log an Exce

RE: [Log4net-devel] Log an Exception

2004-12-15 Thread Nicko Cadell
Mike, Are you only logging an exception object or are you logging some message in addition to the exception? The log4net ILog interface supports methods like: Debug(object) Debug(object,Exception) Are you using the first or second method? log4net makes a distinction between the message (which i