Why not working logging for chained methods, but if the same methods call via the saved instance, logging for ones work fine
Asked
Active
Viewed 27 times
1 Answers
0
I've found a solution, It's happened instead of that each method returned this
but not Tranparet Proxy class Calculator
So need to change at Calculator's methods this
to
return (Calculator)new StepProxy<Calculator>(this).GetTransparentProxy();

Roma Marinsky
- 1
- 2