Show / Hide Table of Contents

Class LoggingBehavior<TRequest, TResponse>

Represents a pipeline behavior that logs the handling of a request and its response.

Inheritance
System.Object
LoggingBehavior<TRequest, TResponse>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MediatorForge.CQRS.Behaviors
Assembly: MediatorForge.dll
Syntax
public class LoggingBehavior<TRequest, TResponse>
Type Parameters
Name Description
TRequest

The type of the request.

TResponse

The type of the response.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX