benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

drdamour opened this issue · comments

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?