C# Class Patterns.Specifications.Steps.Logging.LoggingInterceptorSteps

Afficher le fichier Open project: patterns-group/code-patterns

Méthodes publiques

Méthode Description
LoggingInterceptorSteps ( LoggingContext logging, InterceptionContext interception, ErrorContext errors ) : System

Private Methods

Méthode Description
CallMethodWithError ( ) : void
CallNormalVoid ( ) : void
CallNormalWithReturn ( ) : void
DirectIntercept ( ) : void

Method Details

LoggingInterceptorSteps() public méthode

public LoggingInterceptorSteps ( LoggingContext logging, InterceptionContext interception, ErrorContext errors ) : System
logging Patterns.Specifications.Models.Logging.LoggingContext
interception Patterns.Specifications.Models.Interception.InterceptionContext
errors Patterns.Specifications.Models.ErrorContext
Résultat System