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
Datei anzeigen Open project: vgribok/Aspectacular

Public Methods

Method Description
Step_5_FinallyAfterMethodExecution ( bool interceptedCallSucceeded ) : void

Method Details

Step_5_FinallyAfterMethodExecution() public method

public Step_5_FinallyAfterMethodExecution ( bool interceptedCallSucceeded ) : void
interceptedCallSucceeded bool
return void