Info
Version: | 1.0.4 |
Author(s): | Lawrence M. Smith |
Last Update: | Thursday, September 21, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LarrySmith-1437/NetStandardLogging |
NuGet Url: | https://www.nuget.org/packages/NetStandardLogging |
Install
Install-Package NetStandardLogging
dotnet add package NetStandardLogging
paket add NetStandardLogging
NetStandardLogging Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration.FileExtensions(>= 2.0.0)
- Microsoft.Extensions.Configuration.Json(>= 2.0.0)
- Microsoft.Extensions.Configuration(>= 2.0.0)
- Microsoft.Extensions.Configuration.Binder(>= 2.0.0)
Tags
Provides the most basic functionality of logging for .Net Standard 2.0 and .Net Core 2.0 projects.
The project allows logging to a file or the console, with timestamps, and with the minimal of a json config file.
Use this if you require a *PURE* .Net Core app such as what would be needed to run under Linux with an ARM processor (think: Raspberry Pi) where extended .Net Framework functionality is not allowed.
See the test project under the project URL on GitHub for usage and a sample config section.
*Note: this no longer requires the separate nuget package for the IAppLogger interface.
.