ApplicationInsightLogging is a small library that writes logs and exceptions to Application Insights.
Info
Version: | 1.0.1 |
Author(s): | David Whitehead |
Last Update: | Sunday, January 10, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lilpug/ApplicationInsightLogging |
NuGet Url: | https://www.nuget.org/packages/ApplicationInsightLogging |
Install
Install-Package ApplicationInsightLogging
dotnet add package ApplicationInsightLogging
paket add ApplicationInsightLogging
ApplicationInsightLogging Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.ApplicationInsights(>= 2.16.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 5.0.0)
- Microsoft.Extensions.Configuration.Binder(>= 5.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 5.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
Tags