simplesoft-pt / Mediator

Small .NET library that helps with the implementation of mediator pattern for commands, events and queries
MIT License
41 stars 9 forks source link

Remove dependency from Microsoft.Extensions.Logging #2

Closed gravity00 closed 7 years ago

gravity00 commented 7 years ago

Since the mediator now supports middleware pipeline, it is now possible to remove the dependency from Microsoft.Extensions.Logging and create a NuGet for it that offers a middleware or implementations with logging support.