Add application insights logging to ASP.NET Core apps with one line of code.
Info
Version: | 1.1.0 |
Author(s): | Michael Denny, Serilog Contributors |
Last Update: | Monday, January 2, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/micdenny/serilog-extensions-logging-applicationinsights |
NuGet Url: | https://www.nuget.org/packages/Serilog.Extensions.Logging.ApplicationInsights |
Install
Install-Package Serilog.Extensions.Logging.ApplicationInsights
dotnet add package Serilog.Extensions.Logging.ApplicationInsights
paket add Serilog.Extensions.Logging.ApplicationInsights
Serilog.Extensions.Logging.ApplicationInsights Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Microsoft.Extensions.Configuration.Abstractions(>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.0.0)
- Serilog.Extensions.Logging(>= 1.3.1)
- Serilog.Formatting.Compact(>= 1.0.0)
- Serilog.Sinks.ApplicationInsights(>= 2.2.0)
- System.Runtime.InteropServices(>= 4.1.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.0.0)
- Serilog.Extensions.Logging(>= 1.3.1)
- Serilog.Formatting.Compact(>= 1.0.0)
- Serilog.Sinks.ApplicationInsights(>= 2.2.0)
Tags