C# Class Aspectacular.ReturnValueLoggerAspect

Adds value returned by intercepted method as log entry. Use with care: if returned value is a large data set, ToString() can be slow and take lots of memory.
Inheritance: Aspect
Afficher le fichier Open project: vgribok/Aspectacular

Méthodes publiques

Méthode Description
Step_5_FinallyAfterMethodExecution ( bool interceptedCallSucceeded ) : void

Method Details

Step_5_FinallyAfterMethodExecution() public méthode

public Step_5_FinallyAfterMethodExecution ( bool interceptedCallSucceeded ) : void
interceptedCallSucceeded bool
Résultat void