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
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.
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 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