Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Aspectacular
ReturnValueLoggerAspect
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
Show file
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