Fody / Anotar

Simplifies logging through a static class and some IL manipulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log exceptions from async methods

AsValeO opened this issue · comments

Anotar is cool, but unfortunately it is useless for exception logging in modern apps because of this feature missing.
UPD: Is AsyncErrorHandler the thing I am looking for?
UPD2: It works!
Thank you, great libs!

How did you solve this issue? Anotar+AsyncErrorHandler works fine, but I lose the details of the method call and line nr. It always track the error as coming from the HandleException method