Recently, we had to put some software into production and I was unsure whether the logging framework we usually use was configured and activating correctly. Therefore, I created a small package called ChristianAndersen.EasyLog which provides simple file logging capabilities.
You can install it in your project by copying or typing the following into the Visual Studio console:
Install-Package ChristiAndersen.EasyLog -ProjectName YourProject
Comments