Info
Version: | 2020.8.3.2 |
Author(s): | Microsoft, Serilog Contributors, FoxGuard Solutions |
Last Update: | Monday, August 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FGS.AspNetCore.Hosting.Extensions.Logging.Serilog |
Install
Install-Package FGS.AspNetCore.Hosting.Extensions.Logging.Serilog
dotnet add package FGS.AspNetCore.Hosting.Extensions.Logging.Serilog
paket add FGS.AspNetCore.Hosting.Extensions.Logging.Serilog
FGS.AspNetCore.Hosting.Extensions.Logging.Serilog Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FGS.Autofac.CompositionRoot(>= 2020.8.3.2)
- FGS.Extensions.Logging.Serilog(>= 2020.8.3.2)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0 && < 3.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0 && < 3.0.0)
- Microsoft.Extensions.Logging(>= 2.2.0 && < 3.0.0)
- Serilog(>= 2.8.0 && < 3.0.0)
- FGS.Autofac.CompositionRoot(>= 2020.8.3.2)
- FGS.Extensions.Logging.Serilog(>= 2020.8.3.2)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0 && < 3.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0 && < 3.0.0)
- Microsoft.Extensions.Logging(>= 2.2.0 && < 3.0.0)
- Serilog(>= 2.8.0 && < 3.0.0)
Tags
implementation of Microsoft's logging abstraction, as long as it has been elsewhere registered with
dependency injection in a singleton scope.
This allows the use of Serilog-backed logging as part of an ASP.NET Core application's startup, rather
than afterwards.
An alternative to `Serilog.AspNetCore`.