Info
Version: | 1.0.1 |
Author(s): | Masoud Bahrami |
Last Update: | Saturday, July 28, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://refactor.ir/ |
NuGet Url: | https://www.nuget.org/packages/Chakad.Logging |
Install
Install-Package Chakad.Logging
dotnet add package Chakad.Logging
paket add Chakad.Logging
Chakad.Logging Download (Unzip the "nupkg" after downloading)
Dependencies
- Chakad.Core(>= 1.2.0)
- Microsoft.Extensions.Options(>= 2.1.01)
Tags
The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers.
A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers.
Chakad.Logging define unified interface for implementing custom logger library in Chakad.