Crypto Logger For Net

Crypto Logger For Net – If you have been developing software for any length of time, you will know that at some point or another you will be required to log application events such as errors or other information. This is especially true if you are creating an application without a user interface such as a Windows Service. Many times you can revert to writing your own implementation of a logging framework, but this takes time to do. So what options are left? (more…)

Continue ReadingCrypto Logger For Net

Log4Net and Visual Studio 2010 Windows Application Build Error – SOLVED

I just wanted to post a quick note here regarding a build error I got for the Log4Net Logging Service and Visual Studio 2010. I added the Log4Net DLL and some logging to my application, but on the Build, I received the following Warning: The referenced assembly "log4net, Version=1.2.10.0, Culture=neutral,…

Continue ReadingLog4Net and Visual Studio 2010 Windows Application Build Error – SOLVED