Info
Version: | 2.5.0 |
Author(s): | Mark Hotchkiss |
Last Update: | Wednesday, April 18, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/markhotchkiss/ErrorLogger/ |
NuGet Url: | https://www.nuget.org/packages/MJH.ErrorLogger |
Install
Install-Package MJH.ErrorLogger
dotnet add package MJH.ErrorLogger
paket add MJH.ErrorLogger
MJH.ErrorLogger Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
- CsvHelper(>= 2.16.3)
- System.Data.SQLite(>= 1.0.104)
Tags
It uses a standard class library to allow you to easily log all errors to a single Text File an SQL Database or an SQLite Database. You can pass in parameters to allow the log to be created in a specific location with any given name.
This library now also allows you to update the configuration from within the Codebase itself and also read from any Log File created.