ChristiAndersen.EasyLog

A .NET Standard 2.0 library filelogger which logs in files and places them in c:\temp. The naming of the file is the name of the calling assembly with the extension log. Created because of the need of simple file logging, while putting products into production, to reduce doubts about correct configuration and whether other systems are running properly and are configured correctly.


Keywords
Logging, C#, .NET, Standard, 2.0, Core, File
License
MIT
Install
Install-Package ChristiAndersen.EasyLog -Version 1.0.6

Documentation

easylog

A .net standard 2.0 library which logs in files and places them in c:\temp. The front of the filename becomes the name of the calling assembly and the extension is .log. Created because of the need of a simple file logging, while putting products into production, reducing doubts about correct configuration and whether other systems are running properly and are configured correctly.

Can be installed by calling: Install-Package ChristiAndersen.Easylog