Re: How to use ErrorHandler

2005-05-27 Thread Ron Grabowski
A much simpler way to capture log4net's internal debug messages is to add this snippet of code to the node of your app.config or web.config: --- Ron Grabowski <[EMAIL PROTECTED]> wrote: > If you download and install this free program: > > http://www.sysinternals.com/ntw2k/free

RE: How to use ErrorHandler

2004-12-19 Thread Nicko Cadell
mailto:[EMAIL PROTECTED] > Sent: 17 December 2004 22:26 > To: Log4NET User > Subject: How to use ErrorHandler > > How would I use the ErrorHandler property for an appender? > For example, let's assume I'm using the ADONetAppender and > for some reason it fails (i.e.

Re: How to use ErrorHandler

2004-12-18 Thread Ron Grabowski
If you download and install this free program: http://www.sysinternals.com/ntw2k/freeware/debugview.shtml And setup log4net to run in Debug mode: You should be able to see your Appenders being initialized and/or the exceptions that are caused by incorrectly configured Appenders. This is h

How to use ErrorHandler

2004-12-17 Thread Collier, Mike
How would I use the ErrorHandler property for an appender? For example, let's assume I'm using the ADONetAppender and for some reason it fails (i.e. unable to connect to the database server). I would like to not loose the message. I was thinking that I could use the ErrorHandler property to defi