.NET Standard 2.1 framework which makes easy to scaffold distributed systems and dispatch incoming load into units of work in a deterministic way.
Info
| Version: | 1.1.0 |
| Author(s): | Benjamin Bougot |
| Last Update: | Wednesday, December 4, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/bbougot/FluentDispatch/ |
| NuGet Url: | https://www.nuget.org/packages/FluentDispatch.Logging.Serilog |
Install
Install-Package FluentDispatch.Logging.Serilog
dotnet add package FluentDispatch.Logging.Serilog
paket add FluentDispatch.Logging.Serilog
FluentDispatch.Logging.Serilog Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentDispatch.Logging(>= 1.1.0)
- Serilog(>= 2.9.0)
- Serilog.Extensions.Hosting(>= 3.0.0)
- Serilog.Extensions.Logging(>= 3.0.1)
- Serilog.Settings.Configuration(>= 3.1.0)
Tags