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
{{ message }}
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.
ASP.NET 4 and older logs escaped exceptions to the Windows Event Log with the event ID 1309. This seems like a good middleware to have in Diagnostics to also make it hosting-independent (although maybe not platform-independent; Mono seems to do wildly different things depending on configuration). Unsure if this is best implemented as a standalone middleware or as an option to the Elm infrastructure (maybe because Elm isn't really detailed anywhere; it seems like an exception VCR and the name hints at ELMAH).
The text was updated successfully, but these errors were encountered:
I didn't notice that the logging interfaces took Exception objects. That makes sense, as long as the hosting environment catches and logs these exceptions (or otherwise there would need to be middleware at least to do that).
ASP.NET 4 and older logs escaped exceptions to the Windows Event Log with the event ID 1309. This seems like a good middleware to have in Diagnostics to also make it hosting-independent (although maybe not platform-independent; Mono seems to do wildly different things depending on configuration). Unsure if this is best implemented as a standalone middleware or as an option to the Elm infrastructure (maybe because Elm isn't really detailed anywhere; it seems like an exception VCR and the name hints at ELMAH).
The text was updated successfully, but these errors were encountered: