Info
Version: | 0.9.6 |
Author(s): | Lucas Glass |
Last Update: | Tuesday, November 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Vdrio/Logger |
NuGet Url: | https://www.nuget.org/packages/Vdrio.Diagnostics |
Install
Install-Package Vdrio.Diagnostics
dotnet add package Vdrio.Diagnostics
paket add Vdrio.Diagnostics
Vdrio.Diagnostics Download (Unzip the "nupkg" after downloading)
Dependencies
- sqlite-net-pcl(>= 1.7.335)
This can create a log that saves to a .txt file and optionally a sql db for querying. Fully custom implementations possible if you don't like the default LogData.
Automatically generates new log files at specified interval and can delete and archive to a specified folder at specified interval.