AspNetCoreLogging is an ASP.NET logging solution capable of logging application messages to a Mongo Collection, Azure Blob Storage or the Debug Window.
Info
Version: | 1.0.1 |
Author(s): | Darryn Patterson |
Last Update: | Sunday, November 13, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DarrynPatterson/AspNetCoreLogging |
NuGet Url: | https://www.nuget.org/packages/AspNetCoreLogging |
Install
Install-Package AspNetCoreLogging
dotnet add package AspNetCoreLogging
paket add AspNetCoreLogging
AspNetCoreLogging Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 1.0.0)
- NETStandard.Library(>= 1.6.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.0.0)
- WindowsAzure.Storage(>= 7.2.1)
- MongoDB.Driver(>= 2.4.01)
- MongoDB.Bson(>= 2.4.01)
- MongoDB.Driver.Core(>= 2.4.01)
Tags