MassTransit middleware that allows to pass a logging scope from a producer to a consumer through the message headers. 
                        
                    
         
                Info
| Version: | 1.0.1 | 
| Author(s): | edgythorn | 
| Last Update: | Tuesday, May 19, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/edgythorn/MassTransit.Filters.LoggingScope | 
| NuGet Url: | https://www.nuget.org/packages/MassTransit.Filters.LoggingScope | 
Install
Install-Package MassTransit.Filters.LoggingScope
                        dotnet add package MassTransit.Filters.LoggingScope
                        paket add MassTransit.Filters.LoggingScope
                        
                                MassTransit.Filters.LoggingScope Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- MassTransit(>= 6.2.5)
 - Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.3)
 - Microsoft.Extensions.Logging.Abstractions(>= 3.1.3)
 
Tags