Sometimes your logger throws an exception while logging an exception. At least it does if you have luck swings like mine from time to time. Here's how I deal with it. using System.Diagnostics; try { //some logging code that can throw an exception
Read More...
Read the complete post at http://www.netbrick.net/blog/2007/09/09/Logging+Logger+Exceptions.aspx