in

Utah .NET User Group

Home of Utah's professional .NET developers.

Tyler Jensen's Blog

Logging Logger Exceptions

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

Published Sep 09 2007, 08:54 AM by netBrick.Net/blog
Filed under:
Copyright © 2000-2007, Utah .NET User Group
Powered by Community Server (Commercial Edition), by Telligent Systems