log4net feature inquiry

2005-01-20 Thread Rajesh Gupta
Dear Sir/Madam,   I have a query about the feature of log4net. I am using : log4net version   : 1.2Assembly type   : exeHow code is launched: Using Windows Application (in C#)Runtime platform: MS Visual Studio.NET 2003   Currently, if the database connecting is lost , the log4net stops logging to

Logging Exception Details into columns

2005-01-20 Thread Young, Jason \(GE Infrastructure\)
I'm writing a custom appender to log ERROR messages to the database. I see a property to access the full text of the exception if the user specified it, but I cannot find where the actual exception is. How do I retrieve the exception from the overridden append method? Thanks, Jason

Re: RE: Has Anyone Seen THIS Error Before?

2005-01-20 Thread smartin5321
Nicko, I'm using 1.2 Beta7. I'll try it with the other version and let you know. Thanks for the feedback!! Sheila > > From: "Nicko Cadell" <[EMAIL PROTECTED]> > Date: 2005/01/20 Thu PM 02:16:17 GMT > To: "Log4NET User" > Subject: RE: Has Anyone Seen THIS Error Before? > > Sheila, > > Which v

Re: Re: Has Anyone Seen THIS Error Before?

2005-01-20 Thread smartin5321
Thanks Graham! I'm going to have to wait a few hours until I can test out your suggestion. I'll be sure to let you know. I really appreciate you getting back to me. Sheila > > From: Graham Innocent <[EMAIL PROTECTED]> > Date: 2005/01/20 Thu PM 01:59:15 GMT > To: Log4NET User > Subject: Re: Has

RE: Has Anyone Seen THIS Error Before?

2005-01-20 Thread Nicko Cadell
Sheila, Which version of log4net are your using? If your not using 1.2 beta 8 I would recommend you try with that version. Cheers, Nicko > -Original Message- > From: Sheila Martin [mailto:[EMAIL PROTECTED] > Sent: 20 January 2005 03:01 > To: log4net-user@logging.apache.org > Subject: H

Re: Has Anyone Seen THIS Error Before?

2005-01-20 Thread Graham Innocent
The configuration file ‘lives’ in the main project directory. I was really hoping that this would work, especially since I downloaded it from a tutorial site. I made no changes to the code – just created a new project and added the files. Any help (or links to tutorials) would be greatly

Has Anyone Seen THIS Error Before?

2005-01-20 Thread Sheila Martin
Hi!   I’m brand new to using log4net, and am getting the following error when I try to run my test project:   log4net:ERROR DOMConfigurator: ConfigureFromXML called with null 'element' parameter   Needless to say, I am finding this quite frustrating, as I don’t know enough about log4n