Serilog support for .NET Core logging in hosted services.
Info
Version: | 8.0.0 |
Author(s): | Microsoft, Serilog Contributors |
Last Update: | Wednesday, November 15, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/serilog/serilog-extensions-hosting |
NuGet Url: | https://www.nuget.org/packages/Serilog.Extensions.Hosting |
Install
Install-Package Serilog.Extensions.Hosting
dotnet add package Serilog.Extensions.Hosting
paket add Serilog.Extensions.Hosting
Serilog.Extensions.Hosting Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.8)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.1.8)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.8)
- Serilog(>= 2.10.0)
- Serilog.Extensions.Logging(>= 3.0.1)
Tags