Replies: 1 comment
-
Where an exception type has no custom properties over and above In both cases above, the Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Our code base will frequently put exception relevant data in Exception.Data (param values, user identity, sql statements, etc). Does Serilog.Exceptions have any support for destructuring Exception.Data key/values? Our current logging framework will log these values and was curious how to achieve comparable functionality using serilog.
Beta Was this translation helpful? Give feedback.
All reactions