You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you mean in a recursive call? As this information is not static, you cannot weave it into the method. I think the logger adapter has to take care of it somehow.
@stecydube You might want to look at https://github.com/ndrwrbgs/Tracer.OpenTracing.Fody - using the signals this library already gives paired with the standards from OpenTracing allows us to get full call graphs!
It would be nice to have the current stack level number (deepness) of the method.
I envision a way to use this information to build a call graph tree somehow.
The text was updated successfully, but these errors were encountered: