Standalone file logging provider for .NET Core without dependencies on the logging frameworks.
Info
Version: | 1.1.4 |
Author(s): | Vitalii Fedorchenko |
Last Update: | Friday, January 28, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nreco/logging |
NuGet Url: | https://www.nuget.org/packages/NReco.Logging.File |
Install
Install-Package NReco.Logging.File
dotnet add package NReco.Logging.File
paket add NReco.Logging.File
NReco.Logging.File Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- Microsoft.Extensions.Configuration(>= 1.1.0)
- Microsoft.Extensions.Logging(>= 1.1.0)
- Microsoft.Extensions.Logging.Filter(>= 1.1.0)
- NETStandard.Library(>= 1.6.1)
- System.Collections.Concurrent(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.IO.FileSystem(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
- Microsoft.Extensions.Logging(>= 2.0.0)
- Microsoft.Extensions.Logging.Configuration(>= 2.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.0.0)
Tags