Serilog support for ASP.NET Core logging.
Info
Version: | 8.0.3 |
Author(s): | Microsoft, Serilog Contributors |
Last Update: | Friday, October 11, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/serilog/serilog-aspnetcore |
NuGet Url: | https://www.nuget.org/packages/Serilog.AspNetCore |
Install
Install-Package Serilog.AspNetCore
dotnet add package Serilog.AspNetCore
paket add Serilog.AspNetCore
Serilog.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- Microsoft.Extensions.Logging(>= 2.1.1)
- Serilog(>= 2.9.0)
- Serilog.Extensions.Hosting(>= 3.1.0)
- Serilog.Formatting.Compact(>= 1.1.0)
- Serilog.Settings.Configuration(>= 3.1.0)
- Serilog.Sinks.Console(>= 3.1.1)
- Serilog.Sinks.Debug(>= 1.0.1)
- Serilog.Sinks.File(>= 4.1.0)
- Microsoft.Extensions.DependencyInjection(>= 3.1.2)
- Microsoft.Extensions.Logging(>= 3.1.2)
- Serilog(>= 2.9.0)
- Serilog.Extensions.Hosting(>= 3.1.0)
- Serilog.Formatting.Compact(>= 1.1.0)
- Serilog.Settings.Configuration(>= 3.1.0)
- Serilog.Sinks.Console(>= 3.1.1)
- Serilog.Sinks.Debug(>= 1.0.1)
- Serilog.Sinks.File(>= 4.1.0)
Tags