benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.74k stars 118 forks source link

[Question] does it make sense to call demystify on a throw? #203

Open drdamour opened 1 year ago

drdamour commented 1 year ago

the readme doesn't really make it clear, is it just meant to be used before passing into a logger, or are you supposed to use it like

throw new Exception().Demystify()

as well?