Interface IBrokerLogEnricher<TEndpoint>
Provides enrichment for the logs written in the context of the consumers and producers, for the specified endpoint type.
Inherited Members
Namespace: Silverback.Diagnostics
Assembly: Silverback.Integration.dll
Syntax
public interface IBrokerLogEnricher<TEndpoint> : IBrokerLogEnricher where TEndpoint : Endpoint
Type Parameters
Name | Description |
---|---|
TEndpoint | The type of the endpoint that this enricher can be used for. |