File this post under the OCD, late night, crazy category. I just started a new Windows Phone application and have been working on a client for a service my app depends on. I wanted to test out the service interactions but with unit tests of my WP7 class library, not via building out a user…
Quick NLog Tip: Getting the Log Filename
I have found NLog to be very easy to use but one thing that was not clear was how to retrieve a log’s filename. Our unhandled exception process packages up different files into a zip file for support and I wanted to resolve the log filename to include it in the package. The below code…