Info
Version: | 1.0.1 |
Author(s): | Armando Ruiz |
Last Update: | Wednesday, July 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/armandoisaac/QuickLogger |
NuGet Url: | https://www.nuget.org/packages/QuickLogger |
Install
Install-Package QuickLogger
dotnet add package QuickLogger
paket add QuickLogger
QuickLogger Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.Threading.Tasks.Parallel(>= 4.3.0)
Tags
This project allows you to output your logs to the Console or a File with a simple configuration. You will also be able to create your own storage using the ILogStorage interface.